mbakeranalecta / sam

Semantic Authoring Markdown
Other
79 stars 8 forks source link

language.sam not parsing #116

Closed phillipstewart closed 7 years ago

phillipstewart commented 7 years ago

The current version of language.sam can't be parsed:

SAM parser ERROR: A paragraph cannot have block children. Following " [p: [SAM does not attempt to decode the format of this style of citation. It just delivers it as a string to the application layer.]]".

Possibly the error's in line 343 of language.sam, where it looks like there's an extra space(?)

phillipstewart commented 7 years ago

Yep, that was it. Also lines 667 and 688. Removing the stray space character fixes the issue.

mbakeranalecta commented 7 years ago

Thanks. New version of the language.sam document coming soon.

mbakeranalecta commented 7 years ago

There is now a new version of the Language document and it parsing correctly.