Description / Summary
Don't duplicate code in mdformat-footnote plugin. Depend on it instead.
Wait until executablebooks/mdformat-footnote#2 is implemented and released however.
Value / benefit
- Improved compatibility when multiple plugins are installed and in use simultaneously.
- no need to implement the same thing twice
Implementation details
Look at how mdformat-tables and mdformat-frontmatter plugin are activated.
Tasks to complete
No response