mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-28 05:54:28 +00:00
languages/markdown: add mdformat footnotes extension
This commit is contained in:
parent
5c38b357da
commit
e36772e87d
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
mdformat
|
mdformat
|
||||||
mdformat-gfm
|
mdformat-gfm
|
||||||
mdformat-frontmatter
|
mdformat-frontmatter
|
||||||
|
mdformat-footnote
|
||||||
])) "mdformat";
|
])) "mdformat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue