Skip to content

robaxelsen/markdown-to-jsx-table-pipe-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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