Tony Brix

Results 40 issues of Tony Brix

allow function conditions to be async or return promises

enhancement
needs pr

## 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:** 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...

**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...

Fixes imports like: ```js import path from 'node:path' ``` fixes #84

It seems like `node:*` imports are not being polyfilled see https://github.com/UziTech/eslint-linter-browserify/issues/426

updated default_renderer to copy marked renderers, not sure if that was the intention or why it needs to be copied. fixes #296

## Description ### BREAKING CHANGES - minify `./lib/marked.esm.js` and `./lib/marked.umd.js` - remove `./marked.min.js` use `./lib/marked.umd.js` instead - remove `./lib/marked.cjs` - update minimum supported node version to 20 to support `require('marked.esm.js')`....

**Marked version:** 15.0.6 ## Description Add `position` property for tokenizer extension to it can pick where to be ran in the lexer. - Fixes #3590 ### TODO: - [ ]...