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:** v13 ## Description BREAKING CHANGE: throw an error if `async: false` is sent with parse options when using an async extension. This allows us to overload the parse...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.13.0 to 7.14.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.14.1 7.14.1 (2024-06-24) 🚀 Features support TypeScript 5.5 (#9397) ast-spec: tighter types and documentation for declaration/* (#9211) 🩹...

dependencies
javascript

**What pain point are you perceiving?.** Following the PR proposed in Marked-GFM-Headings: https://github.com/markedjs/marked-gfm-heading-id/pull/543, there is a notion of Marked sometimes being used in a "chunked" manner, i.e., parsing individual pages...

proposal

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.9.0. Release notes Sourced from eslint-plugin-n's releases. v17.9.0 17.9.0 (2024-06-14) 🌟 Features Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431) v17.8.1 17.8.1 (2024-06-06) 🩹 Fixes...

dependencies
javascript

**Marked version:** **Describe the bug** I have created an extension to try and detect runs of newlines but neither `source` function nor `tokenizer` function ever seem to get called. I...

question

**Marked version:** Well, all of them. But most recently, [a3887a1](https://github.com/markedjs/marked/commit/a3887a181778059c54754c073d27ba254afb5812) **Markdown flavor:** N/A ## Description - Add translated version of Documents and README.md - Add A Translations List to help...

## **Describe the feature** I'm a Chinese Student, and I'm working on translating marked official document into Chinese for some reason. Are you willing to accept these translations for other...

category: docs

**Describe the feature** Extend the ListItem interface with two additional fields: ```ts { ordered: boolean; index: number; } ``` - `ordered`: Indicates whether the parent List is ordered. - `index`:...

proposal

On https://marked.js.org/using_pro#use it's being said I can use `marked.use(myExtension, extension2, extension3);` to load my custom extension but this doesn't work. On https://marked.js.org/using_pro#extensions you learn that you actually have to use...

category: docs

**Describe the feature** Is it possible to provide an option in the lexer, like `enableEscaping: boolean;` that controls the lexer should turn any characters (e.g. `&`, `` etc) into escaping...

proposal