Move all files to tome/
This commit is contained in:
parent
5675bcfc36
commit
674daab35b
2874 changed files with 0 additions and 0 deletions
24
tome/docs/architecture-decisions/002-markdown.txt
Normal file
24
tome/docs/architecture-decisions/002-markdown.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue