mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Previously, pipes inside complete Markdown links and images were treated as table column separators before inline parsing, corrupting rows and rich-editor round trips. This change protects those pipes during block parsing and escapes serialized table cells, preserving hand-authored and generated Markdown.