webberzone.dev Recent

wzkb_github_markdown_html filter Pro only

wzkb_github_markdown_html

Filter the HTML produced by Parsedown before block conversion.

Type: filter
Since: 3.1.0
Source: includes/github/class-content-importer.php line 100

Parameters

TypeNameDescription
string$htmlHTML from Parsedown.
string$bodyOriginal markdown body.

Usage

add_filter( 'wzkb_github_markdown_html', function($html, $body) {
    // ...
    return $html;
} );