fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

MMD not printing to stdout by default anymore? #102

Closed tilmans closed 12 years ago

tilmans commented 12 years ago

I just updated to 3.5 and mmd does not seem to output to stdout anymore (by default), is this by design? I am also not able to find the correct parameter values for -o, "mmd -o file1.html file1.markdown" does not seem to work.

fletcher commented 12 years ago

'mmd' is a convenience script. 'multimarkdown' is the binary.

It has been working fine for me - check the instructions to be sure you are using it properly.