vault backup: 2026-05-20 17:30:52
This commit is contained in:
Vendored
+71
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"rules": [
|
||||
{
|
||||
"tokenMatcher": "strong",
|
||||
"lookups": [
|
||||
"**"
|
||||
],
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"tokenMatcher": "em",
|
||||
"lookups": [
|
||||
"*",
|
||||
"_"
|
||||
],
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"tokenMatcher": "math",
|
||||
"lookups": [
|
||||
"$"
|
||||
],
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"tokenMatcher": "code",
|
||||
"lookups": [
|
||||
"`"
|
||||
],
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"lookups": [
|
||||
"=="
|
||||
],
|
||||
"tokenMatcher": "highlight",
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"lookups": [
|
||||
"~~"
|
||||
],
|
||||
"tokenMatcher": "strikethrough",
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"tokenMatcher": "hmd-internal-link",
|
||||
"lookups": [
|
||||
"]]"
|
||||
],
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"tokenMatcher": "link",
|
||||
"lookups": [
|
||||
"]",
|
||||
")"
|
||||
],
|
||||
"jumpAfter": true
|
||||
},
|
||||
{
|
||||
"tokenMatcher": "math",
|
||||
"lookups": [
|
||||
")",
|
||||
"]",
|
||||
"}"
|
||||
],
|
||||
"jumpAfter": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user