languages/markdown: add mdformat footnotes extension

This commit is contained in:
Snoweuph 2026-02-23 17:16:49 +01:00
commit e36772e87d
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 5 additions and 1 deletions

View file

@ -183,7 +183,10 @@
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in - Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
`languages.lua`. `languages.lua`.
- Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.python`. - Added [`mdformat`](https://mdformat.rtfd.io/) support to `languages.markdown`
with the extensions for [GFM](https://github.github.com/gfm/),
[front matter](https://www.markdownlang.com/advanced/frontmatter.html) and
[footnotes](https://www.markdownguide.org/extended-syntax/#footnotes).
- Added XML syntax highlighting, LSP support and formatting - Added XML syntax highlighting, LSP support and formatting

View file

@ -61,6 +61,7 @@
mdformat mdformat
mdformat-gfm mdformat-gfm
mdformat-frontmatter mdformat-frontmatter
mdformat-footnote
])) "mdformat"; ])) "mdformat";
}; };
}; };