Filters markdownify

Included out-of-the-box with /base package:

  $config.addFilter("markdownify", (content) => md.render(String(content ?? "")));