rn-markdown
rn-markdown copied to clipboard
basic markdown renderer for react-native using the great https://github.com/chjj/marked parser
Bumps [debug](https://github.com/debug-js/debug) from 2.2.0 to 3.2.7. Release notes Sourced from debug's releases. 3.2.6 This backport fixes a 4x performance regression when debug is disabled. Patches fix: performance issue (f312a8903a3928c43ff1388828d85f4f8407553d) (#625)...
Bumps [marked](https://github.com/markedjs/marked) from 0.3.6 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi there, I just tried the [play](https://tradle.github.io/rn-markdown-playground/) example and the links don't seem active in the browser (I used Chrome).
Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...
How to make it work with react-native-web? Any example would be nice. I tried the package but i always get this Error: ./node_modules/rn-markdown/markdown.js SyntaxError: .../node_modules/rn-markdown/markdown.js: Unexpected token (116:6) ``` 114...
With the current configuration every style used (e.g. **bold**, or [Links](Links)) is rendered on a newline before and after that style. It's already visible on https://tradle.github.io/rn-markdown-playground/. Example Markdown: ```markdown Please...
I was trying to use the parser from this project, but it seems to me that options like `breaks: true, gem: true` and `smartypants; true` aren’t supported.