Markdown code markup not converted to HTML on export

Steps to reproduce

  1. Choose any Dynalist node that contains Markdown markup for inline code and / or code blocks. An example node would be the following, shown as entered into Dynalist:

    Node has `inline code`, a line break and a code block:
    ```
    I am a code block.
    ```
    
  2. Export that node to HTML from the node’s context menu.

Expected result

The resulting HTML should contain suitable elements to render code, such as <code>…</code> and <pre>…</pre>.

Actual result

The resulting HTML contains the Markdown formatting verbatim and consequently does not render the code in any visually distinguished way.

Good catch! Will fix.

1 Like