Skip to content

HTML-like code snippets are not displaying on HTML Export #1781

@vandijkstef

Description

@vandijkstef

A code snippet as follows:

<meta name="description" content="A brief description about the app / page">

Will render empty when exported to HTML. This is also true for any XML/HTML-like elements.

To fix this, the < > symbols needs to be replaced(parsed) to &lt; &gt; like so output will be:

<code>
    &lt; meta name="description" content="A brief description about the app / page" &gt;
</code>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Issue concerns a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions