react-remarkable
react-remarkable copied to clipboard
A React component for rendering Markdown with remarkable
Is there any way to have a component be placed inline with text? Right now, I'm using some components that represent LaTeX blocks, and this would be allow supporting inline...
This reduces the number of cases in which the contents are re-rendered, specifically handling the `source` content case and the single unchanged string child case.
Was quite enthused to see this but turned out to be a wrapper. Is there any possibility of adding true React support via AST, along the lines of https://github.com/rexxars/react-markdown ?...