Skip to content

Error formatting definition list #58

@Peque

Description

@Peque

It seems formatting this definition list works just fine:

term

:   Definition starts with a paragraph, followed by an unordered list:

    - Foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar
        foo bar.

However, this throws an exception:

term

:   Definition starts with a paragraph, followed by an unordered list:

    - Foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar
        foo bar foo bar foo bar foo bar.
Error: Could not format
"example.md".

Formatted Markdown renders to different HTML than input Markdown. This is a bug
in mdformat or one of its installed plugins. Please retry without any plugins
installed. If this error persists, report an issue including the input Markdown
on https://github.com/hukkin/mdformat/issues. If not, report an issue on the
malfunctioning plugin's issue tracker.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions