Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`