]> pere.pagekite.me Git - text-epistlene.git/commitdiff
Get partintro adjustment working with current pandoc. master
authorPetter Reinholdtsen <pere@hungry.com>
Thu, 23 Dec 2021 18:42:25 +0000 (19:42 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 23 Dec 2021 18:42:25 +0000 (19:42 +0100)
Makefile

index 1ef9f6a2208f019115fe53d9742e28c9a4e808d6..1bc07617b16751ee7f0280348e521828592f31bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile
        sed -i \
                -e 's%article%book%g' \
                -e 's%<title>[0-9]*</title>%<title></title>%g' \
-               -e 's%^  <blockquote>%  <partintro><blockquote>%g' \
-               -e 's%^  </blockquote>%  </blockquote></partintro>%g' \
+               -e 's%^    <blockquote>%    <partintro><blockquote>%g' \
+               -e 's%^    </blockquote>%    </blockquote></partintro>%g' \
                -e 's%“%<quote>%g' \
                -e 's%”%</quote>%g' $@