simple-markdown icon indicating copy to clipboard operation
simple-markdown copied to clipboard

JavaScript markdown parsing, made simple

Results 38 simple-markdown issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Hi there! I'm having some issues creating a custom rule that will allow *all* newlines to be treated as a hard-break, here's an example of the behaviour I'm looking for:...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Hello! Thank you so much for this library! I love the focus that it has on extensibility! One thing that I've been struggling with is how to apply styling to...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

literally nothing changed except that the `@tyeps/react` was listed in **dependencies** instead of **devDeps**. This pollutes DOM definitions like `class` into `className`, etc. Anyone who's using react and typescript will...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Hi! :wave: I work in a [project](https://github.com/artsy/eigen) that uses `simple-markdown` as a dependency. I noticed the following: When we have a paragraph with more than a sentence that starts with...

Hey, the following String does not get parsed correctly: ```***Test1* Test2 *Test3***``` leads to a non-correct parsing result. Its supposed to parse everything bold and Test1 + Test3 italic. But...

Hello! I like this project, because I am looking to create a syntax tree out of markdown (in order to do my own JSX parsing). However, after running the example...