summaryrefslogtreecommitdiff
path: root/Documentation/sphinx/post_convert.sed
blob: d5443ad5be74543f60b2a5f1914e90622f0b2c16 (plain) (blame)
1
2
3
4
5
6
7
#
# pandoc thinks that both "_" needs to be escaped.  Remove the extra
# backslashes.  Also put in proper backquotes now that pandoc won't quote
# them.
#
s/$bq/`/g
s/\\_/_/g