Problem/Motivation

#2611100: D7 -> D8 migration made it possible to automatically migrate text formats using the filter_markdown filter in Drupal 7 to the markdown filter in Drupal 8.

Great! 🥳

#3095358: Declare markdown module's Drupal 8 upgrade status declared the migration status.

Since then, the 3.0.x branch was opened. It brought significant changes. One of those is that it's now necessary to configure the parser, the plugins for the parser, and so on. This means the migration does not work out of the box anymore.

Steps to reproduce

Proposed resolution

Generate the appropriate filter settings for the strongly recommended default: league/commonmark.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#3 3264570-3.patch4.31 KBwim leers
#2 3264570-2.patch4.34 KBwim leers

Comments

Wim Leers created an issue. See original summary.

wim leers’s picture

Status: Active » Needs review
StatusFileSize
new4.34 KB
wim leers’s picture

StatusFileSize
new4.31 KB

git and new files…

  • joelpittet committed b63aa95 on 3.0.x authored by Wim Leers
    Issue #3264570 by Wim Leers: Fix D7 → D8|9 migration: version 3 of the...
joelpittet’s picture

Status: Needs review » Fixed

Thank you @Wim Leers, I've pushed this to the dev release.

wim leers’s picture

Wow, that was super fast! :D Thanks, @joelpittet!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.