I recently installed Markdown Easy for Drupal and then upgraded from version 1.0 to 2.0. I decided to document my steps in a public note in case they help others. On my local machine, I run Drupal with DDEV. It sets up pre-configured Docker containers for the web server, database, and other required Drupal services. DDEV also installs Composer and Drush, which we will use in the steps below. First, I installed version 2.0 of Markdown Easy using Composer: ddev composer require drupal/markdown_...