Skip to content

[Feature]: Add support for kramdown block inline attributes lists #41

@kdomke

Description

@kdomke

In Kramdown you can add attributes to be used in the rendering process separated by a newline from the paragraph they belong to. Those should not be wrapped around.

Example:

This is some text!
{: class1 }

{: class1 }
This works as well!

is rewrapped to this at the moment:

This is some text!{: class1 }

{: class1 }This works as well!

which does not work anymore.

Documentation:

https://kramdown.gettalong.org/syntax.html#block-ials

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