Update README with 1.x -> 2.x breaking change for hook
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3542053. --> Reported by: [ultimike](https://www.drupal.org/user/51132) Related to !27 >>> <p>Somehow I neglected to add info in the README about the breaking change in 2.0.0 related to <code>hook_markdown_easy_config_modify()</code></p> <p>From the release notes:</p> <blockquote><p>The way that version 1.x implemented <code>hook_markdown_easy_config_modify()</code> 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 <code>$converter</code> to just the <code>$config</code> 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 the <code>markdown_easy.api.php</code> file in the codebase for additional details.</p></blockquote> <p>The above text can be rewritten to match the tone of the rest of the README file and added to it.</p> <p>-mike</p>
issue