react-remarkable icon indicating copy to clipboard operation
react-remarkable copied to clipboard

A React component for rendering Markdown with remarkable

Results 23 react-remarkable issues
Sort by recently updated
recently updated
newest added

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 ?...

enhancement
help wanted