Fixed incorrect dashes.
Fabio Cevasco h3rald@h3rald.com
Sat, 26 Jul 2014 16:49:08 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
content/articles/hastyscribe.md
→
content/articles/hastyscribe.md
@@ -86,7 +86,7 @@ #### Compiling Discount
So, compiling Discount (with all the options I needed to handle all the extra Markdown extensions) consists in running configure & make: -`./configure.sh –with-tabstops=2 –with-dl=both –with-id-anchor –with-github-tags –with-fenced-code –enable-all-features` +`./configure.sh --with-tabstops=2 --with-dl=both --with-id-anchor --with-github-tags --with-fenced-code --enable-all-features` `make`