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

**Describe the bug** With smartypants: true, input with straight quotes immediately after an emphasis marker at the end of a word outputs curly quotes facing the wrong way (i.e. an...

L1 - broken

**Describe the bug** [`test/new/gfm_code_hr_list.md`](https://raw.githubusercontent.com/markedjs/marked/master/test/new/gfm_code_hr_list.md) contains a test case for nested lists/blockquotes/code blocks. I'm going to focus only on the first part of the test, for now. ```markdown 1. bar: >...

L2 - annoying
category: mixed content
category: lists

I'm building a tool where I preview the content with Marked. I have the images in URLs like this: http://server/api/read/?path=domain.com/images/167424.jpg Marked will crush this URL because it contains a GET...

L2 - annoying

### [table]() ``` | a | -- | b | ``` will parsed as a table. It was so confused with [setext heading](). According to [GFM spec](https://github.github.com/gfm/#tables-extension-), table delimiter must...

L2 - annoying
category: tables

**Describe the feature** Task lists should generate a label for their input element ``` Receive promotional offers? ```` currently it only generates: ``` Receive promotional offers? ```` **Why is this...

category: lists
NFE - new feature (should be an extension)

I found another security issue trying to get nested lists to fail with a recursion error similar to #1462 ```js const marked = require('marked'); const iterations = 300; let spaces...

category: lists
L0 - security

If I change a rule on one lexer, that change ends up getting applied to other lexers as observed with the following: ``` > var lexer = new marked.Lexer(); undefined...

RR - refactor & re-engineer
NFS - new feature (spec related)

**Describe the bug** ``` |**Meaning**|Main axis| |---|---| |**Values**|`row | row-reverse | column | column-reverse`| ``` is not correctly rendered as table. The vertical bars within backsticks shouldn't be interpreted as...

L2 - annoying
category: code blocks

**Marked version:** 0.3.19 **Markdown flavor:** all **Proposal type:** other ## What pain point are you perceiving? How many licks? and too many flavors. Right now Marked supports, in theory, the...

proposal
parser: GFM
parser: CommonMark

Over the years marked has expanded in its scope related to features, capabilities, and so on. In preparation for the 1.0 release of Marked, we would like to make it...

epic