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

TableCellNode should not include trailing | as part of its text #183

Closed vsch closed 9 years ago

vsch commented 9 years ago

TableCellNode includes the trailing column separator | which it should not do. It should only contain the text of the cell.

I have updated the parser and the AST tests. Will submit a PR along with other fixes.