Skip to content

Add support for Markdown-style triple backticks for code/listings/examples/verbatim/... #184

@fingolfin

Description

@fingolfin

It would be nice if one could use backticks as in (github flavored) MarkDown as a shortcut for inserting code. We already have single backticks (as alias for <C>foo</C>), but it would be nice to also have triple backticks, as alias for

<Listing><![CDATA[
...
]]></Listing>

Of course the devil is in the details, parsing those leave all kinds of corner cases... Still, would be highly useful, IMHO.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions