From 991f3ba166473a266349a5186da46514aa4ccaf4 Mon Sep 17 00:00:00 2001 From: David Cole Date: Thu, 17 Apr 2014 15:28:15 -0400 Subject: [PATCH] Fix header markup. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a206b18..3949fa3 100755 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -= gedcom +## gedcom * http://rbur004.github.com/gedcom/ * Source https://github.com/rbur004/gedcom * Gem https://rubygems.org/gems/gedcom -== DESCRIPTION: +## DESCRIPTION: A Ruby GEDCOM text file parser and producer, that produces a tree of objects from each of the GEDCOM file types and subtypes. Understands the full GEDCOM 5.5 grammar, and will handle unknown tags hierarchies as a Note class. -== FEATURES/PROBLEMS: +## FEATURES/PROBLEMS: * Gedcom multicharacter ANSEL encoding is currently not understood when reading and writing, but is preserved if the file is opened as ASCII-8BIT. * CR line termination causes issues for systems with native LF line termination (CRLF is fine). @@ -40,7 +40,7 @@ unknown tags hierarchies as a Note class. * Want to add a merge option, to take multiple transmission and make a single one from them. * save/load (to/from a database) is yet to be ported. GedcomBase#to_db is a dummy function. -== SYNOPSIS: +## SYNOPSIS: require 'gedcom' @@ -68,15 +68,15 @@ unknown tags hierarchies as a Note class. puts "\nComplete" -== REQUIREMENTS: +## REQUIREMENTS: * require 'rubygems' -== INSTALL: +## INSTALL: * sudo gem install gedcom -== LICENSE: +## LICENSE: Distributed under the Ruby License.