Skip to content

comments in a raw block are still removed #43

@DrRataplan

Description

@DrRataplan

Seen in the Jinks cheatsheet page:

        <tr>
            <td><code>[#   #]</code></td>
            <td>Single or multi-line comment: content will be discarded</td>
        </tr>

is being compiled to

<tr><td><code></code></td><td>Single or multi-line comment: content will be discarded</td></tr>

Happens because the tmpl:tokenize function is removing comments as its first step. Before processing raw tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions