Test repo for pipe escape issue in tables

Test repo for looking into this issue.

Install

git clone git@github.com:robaxelsen/markdown-to-jsx-table-pipe-test.git
cd markdown-to-jsx-table-pipe-test
npm install

Run

npx webpack
google-chrome dist/index.html

Alternatively, install serve globally and run it on localhost:
npm i -g serve
serve