marked
marked copied to clipboard
A markdown parser and compiler. Built for speed.
**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...
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...
**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...
Async marked
## 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...
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....
from issue https://github.com/markedjs/marked/issues/1544 do we have any plan to support [mermaid](https://mermaid-js.github.io/mermaid/#/)
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...
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...