TopShelfCraft / Wordsmith

A plugin for Craft CMS to help you manage and manipulate text.
Other
30 stars 20 forks source link

Remove Markdown parsing #61

Closed michaelrog closed 3 months ago

michaelrog commented 4 months ago

Given that Craft's native markdown filter supports more flavors, I think it's safe to remove Markdown parsing from Wordsmith altogether.

However, I like that Wordsmith, string methods are exposed as both Twig functions and Twig filters. So maybe we can keep the md() function in place (but have it pass through to Craft's parser), and let Craft own the |md filter.