all repos — h3rald @ 1328620818443caecec53c9978236babc0e9c5e8

The sources of https://h3rald.com

Fixed incorrect dashes.
Fabio Cevasco h3rald@h3rald.com
Sat, 26 Jul 2014 16:49:08 +0200
commit

1328620818443caecec53c9978236babc0e9c5e8

parent

808c071564e10e6eba09a3c3c4ec1a410c06ee97

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M content/articles/hastyscribe.mdcontent/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`