Skip to content

[Feature flag] Enable cmark CommonMark renderer (`:use_cmark_renderer`)

What does this MR do and why?

Originally we used the Ruby version, which gave us additional flexibility to handle a special case.

We've now refactored that out and can use the C version, which is much more performant over the Ruby version.

This MR removes the feature flag use_cmark_renderer. It has been enabled in production since Nov 18, 2021.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #345744 (closed)

Edited by Brett Walker

Merge request reports