aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-29 21:55:08 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-29 21:55:08 +0100
commit47da92df2d532572f600f523ff12bd476a25adce (patch)
treef99b8c897868f985aedbb036c238a48157c920fb
parent632d4347f49ce1d1de7e991a88325319d4ede0c8 (diff)
downloadpandoc-47da92df2d532572f600f523ff12bd476a25adce.tar.gz
Fixed up github changes target in Makefile so #s aren't escaped.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c6204e2a..2138ced56 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ bench:
stack bench
changes_github:
- pandoc --filter extract-changes.hs changelog -t markdown_github | pbcopy
+ pandoc --filter extract-changes.hs changelog -t markdown_github | sed -e 's/\\#/#/g' | pbcopy
dist: man/pandoc.1
cabal sdist