sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

Long list of Fixes #181

Closed vsch closed 9 years ago

vsch commented 9 years ago

Major fixes:

Issues addressed:

Issues could not duplicate in this version (should be closed?):

Tests were added and/or modified to reflect fixes.

sirthias commented 9 years ago

Vladimir, you absolutely and totally rock! Thanks for another quality patch with tons of improvements!

sirthias commented 9 years ago

One comment: if you put something like "fixes #131" or "close #175" in a commit message then github will automatically close the ticket when the PR is merged. This can make keeping tickets in sync with the code a bit easier.

vsch commented 9 years ago

I’ll do it for next item. I’m still wrestling with git and GitHub a bit.

Best regards,

Vladimir.

On Aug 22, 2015, at 5:44 PM, Mathias notifications@github.com wrote:

One comment: if you put something like "fixes #131 https://github.com/sirthias/pegdown/issues/131" or "close #175 https://github.com/sirthias/pegdown/issues/175" in a commit message then github will automatically close the ticket when the PR is merged. This can make keeping tickets in sync with the code a bit easier.

— Reply to this email directly or view it on GitHub https://github.com/sirthias/pegdown/pull/181#issuecomment-133756893.

sirthias commented 9 years ago

No worries! You are doing amazing work here!

sudiptadeb commented 7 years ago

Fenced code is not working at all for me in 1.7 release version