jupyter-book / myst-spec

MyST is designed to create publication-quality, computational documents written entirely in Markdown.
https://mystmd.org/spec
MIT License
14 stars 6 forks source link

🦶 Swap html attribute order in footnote header #55

Open fwkoch opened 1 year ago

fwkoch commented 1 year ago

I believe this change is related to https://github.com/syntax-tree/mdast-util-to-hast/commit/b23953d0444330dbc01818ea327439714bc8c524

fwkoch commented 7 months ago

This change in mdast-util-to-hast broke mystmd tests; however, those were fixed by just doing this text replacement in place during the tests.

Once we land this PR, we can clean up the tests over there: https://github.com/executablebooks/mystmd/pull/870

agoose77 commented 5 months ago

@fwkoch this can probably merge. Is Rowan the best person to sign off?