Get glittering React components using Semantic styling from markdown
No CSS included. Get default from Semantic
- Clone the repo
- Start a server at root directory. Example using python:
python2 -m SimpleHTTPServer 9856
- Support all markdown components
- Add emoji support
- Deploy demo in mrl1605.github.io
- Online rendering as similar to MarkdownIt demo
- Write your own parser
- Expansion for to open up for customization and not just Semantic
- Use thie repo to render READMEs of MrL1605.github.io
- Uses the awesome parser at: MardownIt
- Highlight JS (for code highlighting): HightlightJS
- React
- ReactDom
- Semantic-React: Official integration of Semantic without CSS
Contributions are always welcome. PR right away.
Repository originally published at MrL1605/react-semantic-markdown.