You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support math superscript characters and body transformer for footnotes
## Details
Adds some missing standard superscript characters for +, -, =.
Also adds a `body` option to footnotes that allows the user to modify
the text however they want before adding prefix / suffix and converting
to superscript. User can define this and disable the superscript to
completely control the rendering. Default implementation simply returns
the input text without any modifications.
- toggle WikiLink rendering via enabled flag [8314d14](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/8314d14b9f56306bc876fb3b386f31dc8c5a2711)
10
+
- center code language position [#591](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/591)
0 commit comments