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:
+4
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user