Implement footnote markdown support
Currently, Webflow's markdown parser lacks support for footnotes. Adding this feature would greatly enhance document readability and allow for more organized referencing. Proposed syntax: Footnote reference: [^1] Footnote content: [^1]: Footnote t...