-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
This issue documents the main differences noted in mdformat style and prettier style when formatting Markdown in https://github.com/lambda-fairy/maud
- Mdformat moves link reference definitions to the bottom of the doc
- Mdformat orders link reference definitions
- Mdformat applies non-numbering to lists (by default)
- Mdformat converts indented code blocks to fenced code blocks
Mdformat converts shortcut reference links into full reference links, e.g.EDIT: This is fixed in version 0.5.5[ref link]
into[ref link][ref link]
- Mdformat escapes square brackets. Prettier preserves escapes from source text.
To me everything else seems desirable, besides the last two differences (5. and 6.). I will turn those into separate issues.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation