ianh / owl

A parser generator for visibly pushdown languages.
MIT License
746 stars 21 forks source link

fix markdown escaping on patterns table #8

Closed modernserf closed 6 years ago

modernserf commented 6 years ago

Pipe characters need to be escaped inside GFM tables, even inside code snippets. This PR fixes an issue with some broken formatting in the patterns table caused by this behavior.

ianh commented 6 years ago

Yeah, I realized this in 16d8cb1 but somehow managed not to see two of the three incorrect lines. Thanks for the fix.