Goodness, that was brutal.

The `!-` name doesn't work as a title for the conversion from ReST to
Markdown.  Maybe that's a bug in Pandoc, but more likely it's a legit
syntax gotcha in Mearkdown itself.

    !-
    ^^^^

In ReST turns into:

    !-\^\^\^\^

In the Markdown.  :(

It should be:

    # !-

Instead.
This commit is contained in:
Simon Forman
2022-03-23 13:02:19 -07:00
parent 18b7c1f6a9
commit 188f6e42c7
215 changed files with 3449 additions and 7025 deletions
+4 -2
View File
@@ -8,5 +8,7 @@ clean:
$(RM) -v $(mds)
$(mds): %.md : %.rst
pandoc $< -o $@
cp -vf $@ ../reference/
#pandoc $< -o $@
sed -e 's/^#/##/' $@ > ../reference/$@
# cp -vf $@ ../reference/