cebe / markdown

A super fast, highly extensible markdown parser for PHP
http://markdown.cebe.cc/
MIT License
997 stars 141 forks source link

Move table row parse to consume function #144

Closed NathanBaulch closed 6 years ago

NathanBaulch commented 7 years ago

Move the table row parse logic out of the render function and into the consume function where it belongs. This makes the table absy (AST) much more useful for people (like me) who want to parse markdown without rendering to HTML.

cebe commented 6 years ago

fixes #69

cebe commented 6 years ago

Merged, thank you!