Closed ttop closed 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?
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
p.s. how do you get that unformatted block in the comment?
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)
When do you expect the next binary release?
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
(_Live And Let Die_)
is rendered literally rather than as italics inside of parentheses. It renders correctly using Markdown 1.0.1.