We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddea81 commit baf139bCopy full SHA for baf139b
Makefile
@@ -130,6 +130,10 @@ $(TXML): $(TTXT)
130
131
a2x -f docbook $(TTXT)
132
133
+ # Remove garbage lines when a toplevel option has several paragraphs and example
134
+ sed -i '/^<simpara>+<\/simpara>/d' $(TXML)
135
+ sed -i 's/^<simpara>+/<simpara>/g' $(TXML)
136
+
137
# Workaround required since Pandoc 2.8
138
# https://github.com/jgm/pandoc/commit/9b5082b086359a63b92bdb40166fa59dea27afe1
139
# Alternate workaround would be: https://github.com/jgm/pandoc/issues/6906
0 commit comments