diff --git a/latex-to-tiddly.jrex b/latex-to-tiddly.jrex index e1be18c..ed452fe 100644 --- a/latex-to-tiddly.jrex +++ b/latex-to-tiddly.jrex @@ -1 +1 @@ -{"capture":"","format":"","blanks":"null","blanksEnabled":false,"prefix":"?","replacements":[["\\\\item","*"],["\\t",""],[".*tcolorbox.*",""],[".*codeblock.*","```"],["\\\\keys\\{(.*?)\\}","\u003c\u003ckeys \"$1\"\u003e\u003e"],["`(.*?)\u0027","\u0027$1\u0027"]]} \ No newline at end of file +{"capture":"","format":"","blanks":"null","blanksEnabled":false,"prefix":"?","replacements":[["\\\\item","*"],["\\t",""],[".*tcolorbox.*",""],[".*codeblock.*","```"],["\\\\keys\\{(.*?)\\}","\u003c\u003ckeys \"$1\"\u003e\u003e"],["\\\\menu\\{(.*?)\\}","\u003c\u003cmenu \"$1\"\u003e\u003e"],["\\\\path\\{(.*?)\\}","\u003c\u003cpath \"$1\"\u003e"],["`(.*?)\u0027","\u0027$1\u0027"],["\\\\emph\\{(.*?)\\}","*$1*"],["\\\\code\\{(.*?)\\}","`$1`"]]} \ No newline at end of file