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.17 **Describe the bug** I am using react with `create-react-app, webpack version 5`. When I import marked like - `import { marked } from "marked";` I get the...

question
other package

I'm the current maintainer of Highlight.js. I'm posting this as a question because I'd like feedback on whether this is a good idea or not or if there are any...

question

**Marked version:** * v4.0.18 **Describe the bug** A clear and concise description of what the bug is. Copy from https://github.com/volca/markdown-preview/issues/135. The case below, it does not parse syntax correctly. ```bash...

L2 - annoying
category: mixed content

## Description see https://github.com/markedjs/marked/pull/2474#issuecomment-1173305134 ~~I tried again to make an async version of marked this time coming from the perspective of trying to make all of marked async instead of...

**What pain point are you perceiving?.** When using 2 leading tabs in a list it starts seeing it as a code block. Which could make sense But starting from 4.0.15...

L2 - annoying
category: lists

My approche at potentially tackling a streamer / async render ## Description Add sync parser that can iterated over all token and yield the response back to the user to...

## Question How to re-parse token to markdown? I am using `marked.lexer()` to parse markdown to token, and want to do some changes on it and then re-parse to markdown....

question

from issue https://github.com/markedjs/marked/issues/1544 do we have any plan to support [mermaid](https://mermaid-js.github.io/mermaid/#/)

NFE - new feature (should be an extension)

I am trying to render a markdown file (`.md`) in a `` component of an html page. The documentation presents the following usage: ``` marked.parse('# Marked in the browser\n\nRendered by...

question

I'm working on a project (a syntax highlight for an editor) which require me to have access to the position of a token within the source string. After scanning through...

proposal