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

StrikeNode should have isClosed() method as StrongEmphSuperNode #178

Closed vsch closed 9 years ago

vsch commented 9 years ago

This only affects syntax highlighting if you need to separate the text from the strikeout sequence itself..

It helps to know if the Strikeout sequence was closed, even though it does not change the rendered HTML.

I have a fix but no test since there are no test examples for me to base the test on. I will have to get to this later.

sirthias commented 9 years ago

Closed by #181.