markdown-mode 1.4
markdown-mode revision 1.4 includes a small fix to the regular expression syntax for Emacs 21:
- Changed
\sto\\sin regexps to fix the Emacs 21 “Invalid escape character syntax.” error. Thanks to Edward O’Connor for the fix.
markdown-mode revision 1.4 includes a small fix to the regular expression syntax for Emacs 21:
\s to \\s in regexps to fix the Emacs 21 “Invalid escape
character syntax.” error. Thanks to Edward O’Connor for the fix.