Netlify-cms: Should not alter abbr/acronym Markdown extra syntax

Created on 6 Nov 2017  路  3Comments  路  Source: netlify/netlify-cms

- 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.

  1. create a new collection item
  2. switch to Markdown mode
  3. add *[TIAA]: This Is An Acronym in the body of a collection item
  4. save
  5. see the content where *[TIAA]: This Is An Acronymis 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.

  • Netlify CMS version 0.6.0
  • MacOS Sierra 10.12.6
  • Google Chrome 62.0.3202.75
good first issue bug stale

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dur41d picture dur41d  路  3Comments

zebapy picture zebapy  路  3Comments

marcojakob picture marcojakob  路  3Comments

bkroggel picture bkroggel  路  3Comments

TomPichaud picture TomPichaud  路  3Comments