mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/manual: enable smart quotes for all MD chapters
This commit is contained in:
parent
03c72f224c
commit
23ea73b416
55 changed files with 162 additions and 163 deletions
|
@ -34,7 +34,7 @@ in
|
|||
|
||||
meta = {
|
||||
# Don't edit the docbook xml directly, edit the md and generate it:
|
||||
# `pandoc doc.md -t docbook --top-level-division=chapter --extract-media=media -f markdown-smart > doc.xml`
|
||||
# `pandoc doc.md -t docbook --top-level-division=chapter --extract-media=media -f markdown+smart > doc.xml`
|
||||
doc = ./doc.xml;
|
||||
maintainers = with lib.maintainers; [ vidbina ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue