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.
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.