bthos / azure-devops-wiki-editor

Chrome Extension enables WYSIWYG editor in Azure DevOps wiki
https://chrome.google.com/webstore/detail/azure-devops-wiki-editor/fhdmpmfccmhbdmlaclcllpfdddfnhbec
MIT License
3 stars 0 forks source link

issue-6: Fix '@' mention destroying tables and renderMarkdown error #10

Closed bthos closed 3 months ago

bthos commented 3 months ago

Resolves issue-6. This PR addresses two issues:

  1. Fixes the '@' mention destroying tables in Azure DevOps Wiki Editor.
  2. Fixes the 'Uncaught Error: There is no event type renderMarkdown' by adding a check for the 'addHook' method.