nixpkgs manual: fix #15735: correct dash rendering

(cherry picked from commit 88a6ce17ef)
This commit is contained in:
Vladimír Čunát 2016-05-27 10:40:49 +02:00
parent b73a9c1f66
commit 16e9b2d121

View File

@ -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=|' \