mbakeranalecta / sam

Semantic Authoring Markdown
Other
79 stars 8 forks source link

Concatenation of language tags on codeblocks #121

Closed mbakeranalecta closed 7 years ago

mbakeranalecta commented 7 years ago

If you do this:

```(python)(ruby)
     foo

The parser concatenates the two language tags and outputs this:

<codeblock language="python ruby">

Rule should be that only one language attribute is allowed.

mbakeranalecta commented 7 years ago

Fixed in 07d0d73e1df72dc82bf7918cdb711359bfdadf74