react-remarkable
react-remarkable copied to clipboard
A React component for rendering Markdown with remarkable
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...
I am getting this when sending inner components to the Markdown, how come? Obviously, theres something I'm missing in order to pass children to it, could you help me out?...
In the code, the component statically renders a span with all the parsed html inside of it. This is causing invalid html. I am hunting an issue, where mobile safari...
Based on #1
I know it is probably the wrong place to ask. Any chance of finding an example with react-remarkable that includes JS code highlight? I have tried everything :(
There is an error thrown when linkify is set to true: ```react-dom.development.js?9cad:16543 Uncaught TypeError: Cannot read property 'getType' of undefined at Autolinker.replaceFn (linkify.js?5214:33) at Autolinker.createMatchReturnVal (Autolinker.js?287d:828) at Autolinker.link (Autolinker.js?287d:802) at...
Usage
Hi, I actually can't get `react-remarkable` to output transformed Markdown passes as children. I'm obviously missing something, and could use some hints. Here is a narrowed down test with the...
Here's my use case. Let's say I have the following string stored in my database: ``` ** here is some markdown** Pretty neat! ``` I would like to take that...
use es6, move away from using createClass method