Skip to content

Commit d07d8f6

Browse files
authored
Merge pull request #1427 from snoweuph/feat/md
languages/markdown: add mdformat footnotes extension
2 parents 5c38b35 + e36772e commit d07d8f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/manual/release-notes/rl-0.9.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@
183183
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
184184
`languages.lua`.
185185
186-
- Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.python`.
186+
- Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.markdown`
187+
with the extensions for [GFM](https://github.github.com/gfm/),
188+
[front matter](https://www.markdownlang.com/advanced/frontmatter.html) and
189+
[footnotes](https://www.markdownguide.org/extended-syntax/#footnotes).
187190
188191
- Added XML syntax highlighting, LSP support and formatting
189192

modules/plugins/languages/markdown.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
mdformat
6262
mdformat-gfm
6363
mdformat-frontmatter
64+
mdformat-footnote
6465
])) "mdformat";
6566
};
6667
};

0 commit comments

Comments
 (0)