Skip to content

Markdown inside <details> elements does not work #41

@weberc2

Description

@weberc2

This is due to an outstanding bug in the upstream markdown library.

<details>

<!-- ignore the backslashes; markdown in markdown is hard -->
\`\`\`yaml
foo
\`\`\`

</details>

Renders as

<details>

<!-- ignore the backslashes; markdown in markdown is hard -->
\`\`\`
foo
\`\`\`

</details>

Instead of

<details>

<pre><code>
foo
</code></pre>

</details>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions