marked icon indicating copy to clipboard operation
marked copied to clipboard

A markdown parser and compiler. Built for speed.

Results 93 marked issues
Sort by recently updated
recently updated
newest added

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

L1 - broken
category: inline elements

It is helpful if one needs to use http to retrieve rich data for rendering.

proposal
NFU - new feature (user requested)

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

proposal

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

L2 - annoying
category: links

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

category: docs

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

NFE - new feature (should be an extension)

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

good first issue
category: docs

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

category: code blocks
L0 - security

It doesn't work when I input : hello[^hello] [^hello]: hi

parser: GFM