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

Underscores not working within parends #57

Closed CodeMonk closed 13 years ago

CodeMonk commented 13 years ago

I spent quite a bit of time messing with the grammar, but, my peg skillz are lacking.

(__shouldbebold__)
(**shouldbebold**)

First example does not work. Second does. Can't figure out why.

The second set of underscores causes a <strong> to be generated, but not the first.

fletcher commented 13 years ago

Had typo in my first trial.

This is actually an issue with peg-markdown. Will forward to John MacFarlane.

fletcher commented 13 years ago

Fixed by MacFarlane and pushed to development branch.