- Do you want to request a feature or report a bug?
A bug? 馃悰
- What is the current behavior?
*[TIAA]: This Is An Acronym
is replaced by _\[TIAA]: This Is An Acronym
- If the current behavior is a bug, please provide the steps to reproduce.
*[TIAA]: This Is An Acronym
in the body of a collection item*[TIAA]: This Is An Acronym
is replaced by _\[TIAA]: This Is An Acronym
- What is the expected behavior?
Do not alter Markdown bloks with *[FOO]
: Live it alone! :-)
- Please mention your CMS, node.js, and operating system version.
There's a remark plugin for that, not currently used in NetlifyCMS.
Awesome find on the plugin @DirtyF! We don't actually support anything footnote-ish, so the current expectation is to simply leave them alone.
For escaping purposes (separate from actual parsing), the CMS is currently treating a leading asterisk as indicative of a list item, but we should be checking for a space after the asterisk as well. Should be an easy fix.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.