Somehow I neglected to add info in the README about the breaking change in 2.0.0 related to hook_markdown_easy_config_modify()
From the release notes:
The way that version 1.x implemented
hook_markdown_easy_config_modify()
was bad. So very bad (because it would force the developer to recreate the entire converter - including the extensions - in the hook's implementation.) So, the hook was modified to fire a bit earlier and its input parameter was changed from the$converter
to just the$config
array. This is a breaking change (so sorry!) for anyone who has already implemented this hook. If you implemented this hook, you'll need to update it. See themarkdown_easy.api.php
file in the codebase for additional details.
The above text can be rewritten to match the tone of the rest of the README file and added to it.
-mike
Active
2.0
Code