Skip to content

Add support for endnote syntax #72

@borgar

Description

@borgar

Support should be added for endnote syntax. Textile-lang.com gives the following example:

The sun is reportedly hot,[#hot] just like freshly baked potatoes.[#hot] Ice is cold.[#cold]

note#hot. Ouch.

note#cold. Brrr.

notelist:1.

Endnote syntax consists of three separate elements:

  • Support inline note reference: [#LABEL] | [#LABEL!]
  • Support block note definition: note#LABEL. TEXT | note#LABEL^. TEXT
  • Support block note list: notelist. | notelist:A^+.

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