Skip to content

Multi-line block attributes #53

@hellux

Description

@hellux

Reference implementation supports multi-line block attributes:

{#id .class style="color:red"} A paragraph 
<p id="id" class="class" style="color:red">A paragraph</p>

while jotdown instead treats it as an inline attr attached to nothing:

<p> A paragraph</p>

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