Discourse core now includes Markdown endpoints for topic lists and views

Does core intend discourse-post-event blocks to have a dedicated Markdown representation, in the same way that polls, quotes, oneboxes and collapsible sections already do? Technically, adding one to CookedProcessor looks quite feasible: detect div.discourse-post-event, read its data-* attributes, and replace it with a preserved Markdown block before the generic ReverseMarkdown pass.

2 Likes