Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robaxelsen/markdown-to-jsx-table-pipe-test
https://github.com/robaxelsen/markdown-to-jsx-table-pipe-test
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robaxelsen/markdown-to-jsx-table-pipe-test
- Owner: robaxelsen
- Created: 2019-07-31T09:36:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:17:08.000Z (about 2 years ago)
- Last Synced: 2023-03-06T15:18:07.638Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://robaxelsen.github.io/markdown-to-jsx-table-pipe-test/dist/
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test repo for pipe escape issue in tables
Test repo for looking into [this issue](https://github.com/probablyup/markdown-to-jsx/issues/258).
## Install
`git clone [email protected]: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`