File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
docs/manual/release-notes
modules/plugins/languages Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 6161 mdformat
6262 mdformat-gfm
6363 mdformat-frontmatter
64+ mdformat-footnote
6465 ] ) ) "mdformat" ;
6566 } ;
6667 } ;
You can’t perform that action at this time.
0 commit comments