Skip to content

Remove Banzai::Renderer::CommonMark::HTML renderer

blackst0ne requested to merge blackst0ne/remove-banzai-html-renderer into master

What does this MR do?

Removes custom ruby-based commonmark HTML renderer. Use built-in commonmark C-based renderer.
It improves performance.

Feature flag: use_cmark_renderer

Note: This will not require bumping the markdown cache version number. Currently cached html will continue to work correctly.

Closes #267091 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Brett Walker

Merge request reports