dalyIsaac / onenote-markdown

https://onenote-markdown.azurewebsites.net/
MIT License
43 stars 2 forks source link

The markdown compiler does not handle new inline `StructureNode` syntax as expected. #44

Closed dalyIsaac closed 5 years ago

dalyIsaac commented 5 years ago

Expected behavior

{!cite} Citat{!cite} ion

becomes

<cite>Citat{!cite} ion</cite>

Current behavior

<cite> ion</cite>