mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
a54dd3dc0b
The format runs the full markdown pipeline and then collapses the DOM to text — it has nothing to do with the existing `:plain` format, which strips markdown entirely. Moves the formatter under the Markdown namespace next to the rich-output formatter whose pipeline it mirrors, and renames the symbol so the relationship is legible from the formatter_for case clause.