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:** 11.1.1 **Describe the bug** When using the lexer it seems to leave newlines at the end of some tokens instead of tokenizing them **To Reproduce** Input (hr): ```md...

proposal

**Marked version:** 11.0.0 **Describe the bug** When writing bulleted or numbered lists, if you have text before the list, tabs get interpreted differently to spaces and causes conversion issues. **To...

L2 - annoying
category: lists

**What pain point are you perceiving?** The objective of this proposal is to introduce a `data` feature that allows us to share information across extensions using a key-value pairs object....

proposal

**What pain point are you perceiving?.** it seems that `marked` is using terser for bundling https://github.com/markedjs/marked/blob/de85e706e6dd3b3c4b2f836abc7ad8f206640045/rollup.config.js#L2 https://github.com/markedjs/marked/blob/de85e706e6dd3b3c4b2f836abc7ad8f206640045/rollup.config.js#L44 But terser is slower ( [about 10x](https://www.mehulkar.com/blog/2021/08/terser-vs-esbuild-ember-app-case-study/) ) than esbuild. **Describe the solution...

proposal

**Marked version:** v5.0.4 **Describe the bug** https://github.com/markedjs/marked/issues/2819#issuecomment-1576785026 If the tab size is 2, it will be solved, but if it is 4, it will be reproduced equally ... 😂 Please...

L2 - annoying
category: lists

**Marked version:** `master` branch. Tested on commit [`d28cc87`](https://github.com/markedjs/marked/commit/d28cc87da7fede45a3925f6ba42b19cd82041713), but is also reproducible on the stable `4.2.5` version. **Describe the bug** The CTRL + C signal is never sent to the...

good first issue
category: cli

**Marked version: v7.0.2** **Describe the bug** Since Marked v7.0.2, cannot narrow `Token` type. `Tokens.Generic` was added to Token in #2891 but this change makes cannot narrow `Token` type by `Token.type`....

category: types

**Describe the feature** Currently renderer methods get arguments cooked by marked ~Renderer~ Parser, as in `code(code, infostring, escaped)`. On the other hand, extensions rendered methods get a `token` parameter with...

proposal

**Marked version:** [4.3.0](https://github.com/markedjs/marked/releases/tag/v4.3.0) [4.2.3](https://github.com/markedjs/marked/releases/tag/v4.2.3) **Describe the bug** 👋Hello. I am using marked and it is a great library, thank you for creating it. According to [this discussion](https://github.com/markedjs/marked/discussions/1202#discussioncomment-4192078), V4.2.3 is supposed...

L2 - annoying
category: lists

**Marked version: 12.0.2** I tried to write an extension that also stores image's width, but despite following the example, I couldn't make it to output what I expected. **To Reproduce**...

question