tc39 / proposal-regex-escaping

Proposal for investigating RegExp escaping for the ECMAScript standard
http://tc39.es/proposal-regex-escaping/
Creative Commons Zero v1.0 Universal
363 stars 32 forks source link

Fix typos, escape `|` for GitHub #42

Closed qm3ster closed 6 years ago

qm3ster commented 6 years ago

Backticks, or even triple backticks, were not robust enough to contain the sheer power of a pipe character inside a markdown table. (It worked fine in VS Code preview), so I had to resort to html codes.

Also, there was a wrong paren elsewhere.

benjamingr commented 6 years ago

Thanks 😅