+4
doc/Makefile
+4
doc/Makefile
···pandoc_commonmark_enabled_extensions = +attributes+fenced_divs+footnotes+bracketed_spans+definition_lists+pipe_tables+raw_attribute+# - docbook-reader/citerefentry-to-rst-role.lua (only relevant for DocBook → MarkDown/rST/MyST)
+23
doc/build-aux/pandoc-filters/docbook-reader/citerefentry-to-rst-role.lua
+23
doc/build-aux/pandoc-filters/docbook-reader/citerefentry-to-rst-role.lua
···
+36
doc/build-aux/pandoc-filters/docbook-writer/rst-roles.lua
+36
doc/build-aux/pandoc-filters/docbook-writer/rst-roles.lua
···+content = '<refentrytitle>' .. title .. '</refentrytitle>' .. (volnum ~= nil and ('<manvolnum>' .. volnum .. '</manvolnum>') or '')
+29
doc/build-aux/pandoc-filters/myst-reader/roles.lua
+29
doc/build-aux/pandoc-filters/myst-reader/roles.lua
···+Reference: https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#roles-an-in-line-extension-point
+25
doc/build-aux/pandoc-filters/myst-writer/roles.lua
+25
doc/build-aux/pandoc-filters/myst-writer/roles.lua
···+Reference: https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#roles-an-in-line-extension-point
+5
doc/contributing/contributing-to-documentation.chapter.md
+5
doc/contributing/contributing-to-documentation.chapter.md
···This syntax is taken from [MyST](https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing).+If you want to link to a man page, you can use ``{manpage}`nix.conf(5)```, which will turn into {manpage}`nix.conf(5)`.+This syntax is taken from [MyST](https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#roles-an-in-line-extension-point). Though, the feature originates from [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-manpage) with slightly different syntax.
+6
-1
nixos/doc/manual/md-to-db.sh
+6
-1
nixos/doc/manual/md-to-db.sh
···pandoc_commonmark_enabled_extensions=+attributes+fenced_divs+footnotes+bracketed_spans+definition_lists+pipe_tables+raw_attribute+# - docbook-reader/citerefentry-to-rst-role.lua (only relevant for DocBook → MarkDown/rST/MyST)"--lua-filter=$DIR/../../../doc/build-aux/pandoc-filters/docbook-writer/labelless-link-is-xref.lua"