showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

One-column table does not render without end pipes #778

Open travs opened 4 years ago

travs commented 4 years ago

Sample:

| Table 
| ----- 
| zebra 

My read on the vague GFM spec is that this should be valid. Is there some parsing ambiguity here that makes this a bad thing to implement?