asciidoc-dont-replace-arrows.conf
1 2 [replacements] 3 4 # Arrows from the Arrows block of Unicode. 5 # -> right arrow 6 (?<!\\)->=-> 7 \\->=-> 8 # => right double arrow 9 (?<!\\)\=>==> 10 \\\=>==> 11 # <- left arrow 12 (?<!\\)<-=<- 13 \\<-=<- 14 # <= left double arrow 15 (?<!\\)<\==<= 16 \\<\==<=