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
SmartyPants has supported escaping quotation marks since 2003 "to force non-smart punctuation" (i.e. so it doesn't turn straight quotation marks into curly ones).
When I try to escape quotation marks using Redcarpet, it doesn't work. \' is rendered as \‘ (including the backslash).
Expected behavior: \' should render as ' (same for double quotation marks).
The text was updated successfully, but these errors were encountered:
SmartyPants has supported escaping quotation marks since 2003 "to force non-smart punctuation" (i.e. so it doesn't turn straight quotation marks into curly ones).
When I try to escape quotation marks using Redcarpet, it doesn't work.
\'
is rendered as\‘
(including the backslash).Expected behavior:
\'
should render as'
(same for double quotation marks).The text was updated successfully, but these errors were encountered: