fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
307 stars 59 forks source link

Empty output with -a or -r (accept/reject CriticMarkup) #53

Closed lifepillar closed 10 years ago

lifepillar commented 10 years ago

I get an empty output whenever I use -a or -r with MultiMarkdown 4.5 installed with Homebrew in OS X Mavericks. This is a minimal document:

MultiMarkdown {~~cannot->can also~~} process CriticMarkup.

multimarkdown test.mmd is ok, but multimarkdown -a test.mmd produces no output.

Which makes me wonder: is CriticMarkup support embedded in the executable?

lifepillar commented 10 years ago

Oh my, it's ~>, not ->!

Anyway, I don't think that a typo should result in an empty document.

fletcher commented 10 years ago

What you entered is not valid CriticMarkup, but does expose an issue where MMD fails to parse properly in this situation.

Fixed in 226f7ba7f

Thanks for pointing this out!