oliverdavies.uk/docs/architecture-decisions/002-markdown.txt
2025-06-09 20:15:27 +01:00

24 lines
828 B
Text

Use Markdown to add and edit content
Date: 2025-05-23
Status: accepted
Context:
Drupal has its own input filters for basic, full and restricted HTML, but doesn't support Markdown out of the box.
There are contrib modules that can add this functionality, which would make it easier to migrate existing content from Sculpin.
Decision:
Install and use the Markdown Easy module - https://www.drupal.org/project/markdown_easy.
I considered using the Markdown module - https://www.drupal.org/project/markdown - but this is more complicated to set up and there's no current Drupal 11 version.
Consequences:
Using the Markdown Easy module will make it easier to create content in Drupal and migrate pages from Sculpin which are written in Markdown.
I can still use the standard Drupal text formats and CKEditor when needed.