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
| Type | Name | Description |
|---|---|---|
string | $html | HTML from Parsedown. |
string | $body | Original markdown body. |
Usage
add_filter( 'wzkb_github_markdown_html', function($html, $body) {
// ...
return $html;
} );