Defaults to use == for highlights too.
@@ -82,7 +82,7 @@
"ignore": "^5.1.8",
"is-svg": "4.2.2",
"jszip": "^3.5.0",
- "mldoc": "0.9.1",
+ "mldoc": "0.9.2",
"path": "^0.12.7",
"pixi-graph-fork": "^0.1.3",
"posthog-js": "^1.10.2",
@@ -167,7 +167,7 @@
(defn get-highlight
[format]
- "^^")
+ "==")
(defn get-code
@@ -1498,8 +1498,8 @@
"*" "*"
"_" "_"
"^" "^"
+ "=" "="
;; ":" ":" ; TODO: only properties editing and org mode tag
-
})
(def reversed-autopair-map
@@ -1507,7 +1507,7 @@
(keys autopair-map)))
(defonce autopair-when-selected
- #{"^" "_"})
+ #{"^" "_" "="})
(def delete-map
(assoc autopair-map
@@ -6165,10 +6165,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.4, mkdirp@~0.5.1:
dependencies:
minimist "^1.2.5"
[email protected].1:
- version "0.9.1"
- resolved "https://registry.yarnpkg.com/mldoc/-/mldoc-0.9.1.tgz#dfcdcf52614a27ce83b9318c551246398e13f0e7"
- integrity sha512-4BL8Fu6+izd9iJ3JhqEU57K9W8MHUD29V51eOXa/pTpmkXi1GFSy0c9nYLkd8KjAPkI6nFVmjl7A9rcfbGe+/g==
[email protected].2:
+ version "0.9.2"
+ resolved "https://registry.yarnpkg.com/mldoc/-/mldoc-0.9.2.tgz#0d88a049bb9564a1567134178b2dea9196f30148"
+ integrity sha512-e1JFKKkX6IYHFP8XwN0pqcEn2L8biVHWXGUyaUU8RHsCq2poN1fPIAZ5waosS4EffC+CQk68PycEhCobYwbndA==
yargs "^12.0.2"