marked
marked copied to clipboard
A markdown parser and compiler. Built for speed.
**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...
**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: >...
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...
### [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...
Labels
**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...
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...
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...
**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...
**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...
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...