Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.11 KB

React Semantic Markdown

Get glittering React components using Semantic styling from markdown

No CSS included. Get default from Semantic

Demo

  • Clone the repo
  • Start a server at root directory. Example using python:
python2 -m SimpleHTTPServer 9856

TODO

  • 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

Dependencies

  • Uses the awesome parser at: MardownIt
  • Highlight JS (for code highlighting): HightlightJS
  • React
  • ReactDom
  • Semantic-React: Official integration of Semantic without CSS

Contributions

Contributions are always welcome. PR right away.

Repository originally published at MrL1605/react-semantic-markdown.