FIXTradingCommunity / tablature

Easy authoring for rules of engagement using markdown
https://www.fixtrading.org/
Apache License 2.0
11 stars 8 forks source link

Support fenced code block #39

Closed donmendelson closed 3 years ago

donmendelson commented 3 years ago

In markdown, a fenced code block supports literal text of various programming languages and file types. Renderers support syntax-specific highlighting based on an infostring that tells the language or or file type. In FIX specifications, we have often used fenced code blocks for XML or raw data snippets.

The plan is to also extend code blocks for snippets to be imported from another file. See #37.

donmendelson commented 3 years ago

Fenced code block supported by grammar