Test repo for looking into this issue.
git clone git@github.com:robaxelsen/markdown-to-jsx-table-pipe-test.git
cd markdown-to-jsx-table-pipe-test
npm install
npx webpack
google-chrome dist/index.html
Alternatively, install serve
globally and run it on localhost:
npm i -g serve
serve