Skip to content

Order of Custom Extension Factories #18

@chiwanpark

Description

@chiwanpark

Hi, I'm creating an extension to parsing YAML style metadata of markdown. Hyphens are generally used to divide metadata section. Following is example:

---
key1: value1
key2: value2

---

markdown document start!

This format is widely used. We can find lots of example in web.

But I cannot create the extension to parse metadata because core factories precede the custom extension factories. In above example, --- is considered as horizontal line by HorizontalRuleParser.

I think that the custom extension factories should precede the core factories. It would be helpful to extend parser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions