Closed brief closed 15 years ago
Not really a bug - it's the way metadata works, but I might be able to put in an exception for that one situation.
Latest push to github adds a specific check for "format: complete" and doesn't automatically treat the next line as metadata. Thanks for prompting me to do this (I should have done it long ago!)
Terrific, thank you!
A minor bug. If there is no metadata, converting a markdown file to XHTML appends the first line of text to the
<meta name="Format" content="complete" />
tag and strips it from the body.E.g.: a file containing
Hello World!
will be formatted as: