marked
marked copied to clipboard
A markdown parser and compiler. Built for speed.
**Describe the feature** When someone includes a permalink to a GitHub code snippet in their markdown file, `marked` will generate HTML that displays that code snippet in a style similar...
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.3.1. Release notes Sourced from eslint-plugin-n's releases. Release 17.3.1 Revert "fix: unsupported-features/node-builtins-modules range compare" (#254) (caecf3e) v17.3.0 17.3.0 (2024-04-24) 🌟 Features More es-syntax deprecations (#249)...
**Marked version:** 12.0.2 ## Description Fix blockquote continuation for code blocks Fixes [CommonMark #236](https://spec.commonmark.org/0.31.2/#example-236) Fixes [CommonMark #237](https://spec.commonmark.org/0.31.2/#example-237) also adds space token after blockquote and hr if there are multiple newlines....
### Description Marked.js currently lacks support for customizable tab handling within Markdown code blocks. This feature would allow users to specify tab width and customize tab behavior within code blocks,...
**Marked version: 11.1.0** **Markdown flavor:** n/a ## Description - Fixes #3228 This PR adds optional generic type parameters to the types used for creating custom extensions. This allows marked to...
**What pain point are you perceiving?.** I've recently started writing custom some `TokenizerAndRendererExtension` code in a personal project, using TypeScript, and I've found it slightly annoying to work with the...
## Description add npm scripts to only run tests with `only: true` set ## Contributor - [ ] Test(s) exist to ensure functionality and minimize regression (if no tests added,...
**Marked version:** 13.0.1 (the previous version was 0.7.0) **Describe the bug** After upgrading the dependency from v0.7.0 to v13.0.1 and building my app I get this error: ``` [ ERROR...
**Marked version:** v13.0.1 **Markdown flavor:** CommonMark & GitHub Flavored Markdown ## Description - Fixes #2779 ## Contributor - [x] Test(s) exist to ensure functionality and minimize regression (if no tests...
**Marked version:** v13 ## Description This is based on #3339 BREAKING CHANGE: Remove `useNewRenderer` option and fallback renderer. This will break old renderer extentions that are not updated ## Contributor...