mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
improve default enclosures
This commit is contained in:
parent
41887f85b2
commit
b3998e4bc3
1 changed files with 3 additions and 1 deletions
|
@ -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 . ("'" "'"))
|
||||
|
|
Loading…
Add table
Reference in a new issue