nixpkgs manual: fix #15735: correct dash rendering
This commit is contained in:
parent
e746e1ffbc
commit
88a6ce17ef
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ stdenv.mkDerivation {
|
|||
in ''
|
||||
{
|
||||
pandoc '${inputFile}' -w docbook ${optionalString useChapters "--chapters"} \
|
||||
--smart \
|
||||
| sed -e 's|<ulink url=|<link xlink:href=|' \
|
||||
-e 's|</ulink>|</link>|' \
|
||||
-e 's|<sect. id=|<section xml:id=|' \
|
||||
|
|
Loading…
Reference in a new issue