vault backup: 2026-05-20 17:30:52

This commit is contained in:
2026-05-20 17:30:52 -04:00
parent 593c687ef6
commit bc48c9cdd4
54 changed files with 476 additions and 32 deletions
+71
View File
@@ -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
}
]
}