Remove/lesson dependency on "Convert line breaks into HTML"
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3530290. --> Reported by: [ultimike](https://www.drupal.org/user/51132) Related to !16 >>> <p><em>This issue originally appeared in comment 18 of #3493938.</em></p> <blockquote><p>Currently, the Markdown Easy module strongly suggests (requires, mostly) that the &ldquo;Convert line breaks into HTML&rdquo; filter be used in conjunction with the Markdown Easy text filter.</p> <p>There are many potential use cases where it would be advantageous for the Markdown parser to completely own the HTML, and not rely on the &ldquo;Convert line breaks into HTML&rdquo; filter at all. So, I would like to look into changing the default config for the two new flavors introduced in this issue so that they do not require the &ldquo;Convert line breaks into HTML&rdquo; filter. This way, if someone is copy/pasting Markdown from another source, the output is consistent.</p> <p>If we make this change, the module documentation will need to be updated as well (I just updated it with the hook changes introduced in this issue.)</p></blockquote>
issue