marked
marked copied to clipboard
A markdown parser and compiler. Built for speed.
**Marked version:** 4.0.1 **Describe the bug** if inside bold text from the right border there is an escaped square open bracket and there is a closing brace behind "**", then...
It is helpful if one needs to use http to retrieve rich data for rendering.
**What pain point are you perceiving?** Since MarkedJS's inception most major versions have increased time needed to complete parsing. The numbers shown below were captured on second page load /w...
**Describe the bug** With GFM enabled, URLs wrapped in quotes are linked, but the closing quote is also included in the final output (Lexer output to be precise) **To Reproduce**...
Just a base attempt at adding some sibling properties to tokens, based on discussion #2097 . Builds in a `previousSibling` and `nextSibling` parameter to each token so you can more...
**Marked version:** 4.0.10 **Describe the bug** Used 4.0.0 before and that worked. Upgraded to 4.0.10 and ship went sideways - _fast_. I'm using TypeScript for this, btw. [Looking at the...
**Describe the feature** A clear and concise description of what you would like. Add code parsing parameters \`\`\`html | preview \111111\ \`\`\` **Why is this feature necessary?** A clear and...
**What pain point are you perceiving?.** I want a comprehensive list of tools that build on Markedjs for creating webpages. I have found the following: http://strapdownjs.com/ https://zerodevx.github.io/zero-md/ **Describe the solution...
**Describe the bug** Marked takes quadratic time to parse `~~~~~~`…. **To Reproduce** Steps to reproduce the behavior: ```console $ time node -e 'require("./lib/marked")("~".repeat(25000))' 0.94user 0.01system 0:00.96elapsed 99%CPU (0avgtext+0avgdata 32336maxresident)k 0inputs+0outputs...
It doesn't work when I input : hello[^hello] [^hello]: hi