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

We have the opportunity to remove: - highlight - langPrefix - headerPrefix - heading IDs In favor of the new renderer. The downside to this (at least for 3 of...

RR - refactor & re-engineer
proposal

The following markdown is not rendered correctly ``` # Indentation Test ### Header 1 - Bulletpoint 1 ### Header 2

L2 - annoying
category: lists
parser: CommonMark

**Marked version:** since v3.0.0 **Describe the bug** `smartLists` option exists on the documentation, but it actually does nothing. #2112 removed usage of this option. **Expected behavior** Remove references to `smartLists`...

good first issue
category: docs

**Marked version:** 11.0.0 ## Description Fixes typescript expected error which force to use `as string` or `as Promise` or `ts-expect-error` comments by using disciminated union for options. Added two type...

**Marked version:** 12.0.0 **Describe the bug** When you try use `strong` instead `heading` type (like in [docs](https://marked.js.org/using_pro#walk-tokens)) marked is crashed **To Reproduce** Steps to reproduce the behavior: ```ts const markdown...

works as intended

## Description I've encountered several issues with the `marked` library where the parsing of nested emphasis and handling of Chinese parentheses does not behave as expected. Below are the specific...

works as intended

**Marked version:** 12.0.0 **Describe the bug** Each time `marked` is updated, this and all other official marked extensions have peer dependency issues. I then have to file an issue per-extension...

proposal

**What pain point are you perceiving?.** There are 2 types of extensions with marked: * TokenizerAndRendererExtensions * MarkedExtensions There are 3 (and more) signatures: * `new Marked(extension, extension, extension)` *...

good first issue
category: docs

**What pain point are you perceiving?.** 1. we've observed that the output bundle from marked.js contains esNext syntax like ?. or ??. It's unreasonable and irresponsible for such a widely...

works as intended

**Marked version:** 11.1.1 **Markdown flavor:** n/a ## Description This PR fixes the issue of the output not supporting ES5, which requires users to compile marked twice. - Fixes https://github.com/markedjs/marked/issues/3169 ##...