0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/migrations/converters/spec
Gerhard Schlager 90284c50ea MT: Add the Markbridge-based MarkdownRenderer
Renders a source forum's post markup (BBCode, HTML, MediaWiki,
TextFormatter XML) into Discourse Markdown via the Markbridge gem.
With an embed collector given at construction via embeds:, the embeds
that can only be resolved at import time (uploads, attributed quotes,
mentions by default) are not rendered inline: each is recorded on the
collector and replaced by a placeholder token in the output. Links can
be opted in with defer: by a converter that classifies internal URLs
itself.
2026-07-22 14:48:17 +02:00
..
lib/migrations MT: Add the Markbridge-based MarkdownRenderer 2026-07-22 14:48:17 +02:00
spec_helper.rb