Filter: apple_news_parse_markdown - alleyinteractive/apple-news GitHub Wiki
apply_filters( 'apple_news_parse_markdown', string $content, DOMNodeList $nodes )
Allows for filtering of the formatted content before return.
Parameters
$content
(string) The content to filter.
$nodes
(DOMNodeList) The list of DOMElement nodes used initially.