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

emphasis in parentheses rendered incorrectly #73

Closed ttop closed 13 years ago

ttop commented 13 years ago

(_Live And Let Die_) is rendered literally rather than as italics inside of parentheses. It renders correctly using Markdown 1.0.1.

fletcher commented 13 years ago

When I process it, I get this:

<p>(<em>Live And Let Die</em>)</p>

Is that not what you think it should do?

ttop commented 13 years ago

That's exactly what it should do. But here's what I get:

twmacpro:~/Dropbox/bond ttop$ cat test2.txt (_Live and Let Die_) twmacpro:~/Dropbox/bond ttop$ mmd test2.txt twmacpro:~/Dropbox/bond ttop$ cat test2.html <p>(_Live and Let Die_)</p> twmacpro:~/Dropbox/bond ttop$ mmd -v peg-multimarkdown version 3.0.1

ttop commented 13 years ago

p.s. how do you get that unformatted block in the comment?

fletcher commented 13 years ago

You're using older version of mmd - use latest commit, or wait for next binary release.

Insert tab at beginning of line to format as code block (e.g. markdown syntax)

ttop commented 13 years ago

When do you expect the next binary release?

fletcher commented 13 years ago

Soon - just need to get around to building the installers. Unfortunately work has had me tied up a bit.

Will have some time next week if I can't get to it sooner.

F-

On Jul 3, 2011, at 5:46 PM, ttop wrote:

When do you expect the next binary release?

Reply to this email directly or view it on GitHub: https://github.com/fletcher/peg-multimarkdown/issues/73#issuecomment-1494651

Fletcher T. Penney fletcher@fletcherpenney.net