geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
40 stars 2 forks source link

Add Markdown module to new site #13

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

The migration migrates all the body field text for my blog posts, but the text isn't rendering right now because there's no Markdown input format.

geerlingguy commented 4 years ago

Added the module to my codebase using composer require 'drupal/markdown:^1.3'.

Note: there was a 2.x branch on Drupal.org but since it wasn't stable I didn't use it.