improve default enclosures

This commit is contained in:
Jean-Philippe Bernardy 2019-09-03 09:19:52 +02:00
parent 41887f85b2
commit b3998e4bc3

View file

@ -29,7 +29,9 @@
(?D . ("``" "''")) ;; Double quotes
(?f . ("«" "»")) ;; french quotes
(?h . ("#" "#")) ;; hash
(?m . ("`" "'")) ;; mixed
(?s . ("`" "'")) ;; symbol
(?m . ("\\(" "\\)")) ;; Math
(?M . ("\\[" "\\]")) ;; display Math
(?o . ("" "")) ;; oxford brackets
(?p . ("(" ")"))
(?q . ("'" "'"))