mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
94c13c11fa
The static-HTML pipeline differs from the rich pipeline only by a context flag - both share the same filter chain. The dedicated `Markdown::StaticHtmlFormatter` and `:markdown_as_static_html` format symbol were pure boilerplate around that one-line override. Callers now pass `format: :rich, static_html: true` and the matchers read `context[:static_html]` directly.