Compare commits

...

2 commits

Author SHA1 Message Date
Ching Pei Yang
d07d8f62f0
Merge pull request #1427 from snoweuph/feat/md
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
languages/markdown: add mdformat footnotes extension
2026-02-24 04:19:54 +01:00
Snoweuph
e36772e87d
languages/markdown: add mdformat footnotes extension 2026-02-23 17:16:49 +01:00
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";
}; };
}; };