0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 17:25:34 +08:00
discourse/migrations/converters
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 MT: Add the Markbridge-based MarkdownRenderer 2026-07-22 14:48:17 +02:00
spec MT: Add the Markbridge-based MarkdownRenderer 2026-07-22 14:48:17 +02:00
.rspec MT: Split the migrations tooling into separate gems (#40492) 2026-06-02 22:20:03 +02:00
Gemfile MT: Split the migrations tooling into separate gems (#40492) 2026-06-02 22:20:03 +02:00
migrations-converters.gemspec MT: Add the Markbridge-based MarkdownRenderer 2026-07-22 14:48:17 +02:00