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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3264570-3.patch | 4.31 KB | wim leers |
| #2 | 3264570-2.patch | 4.34 KB | wim leers |
Comments
Comment #2
wim leersComment #3
wim leersgit and new files…
Comment #5
joelpittetThank you @Wim Leers, I've pushed this to the dev release.
Comment #6
wim leersWow, that was super fast! :D Thanks, @joelpittet!