]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/rstdoc.el
emacs/rstdoc: escape '*'
[notmuch] / emacs / rstdoc.el
index c7c130154a582841b084343f38787431e0bbe77a..5b8a9d01311b4d3055bec7af4d6f45832d661f51 100644 (file)
@@ -71,6 +71,7 @@
      ("`" . "\\\\`")
      ("\001" . "'")
      ("\002" . "`")
+     ("[*]" . "\\\\*")
      ("^[[:space:]]*$" . "|br|")
      ("^[[:space:]]" . "|indent| "))
     "list of (regex . replacement) pairs")