tangled
alpha
login
or
join now
ansxor.ca
/
markup2
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
1
pulls
pipelines
RENAME \small → \sm
12Me21
2 years ago
822b1764
c8a9891e
+1
-1
1 changed file
expand all
collapse all
unified
split
parse.js
+1
-1
parse.js
···
442
442
} break; case '\\sup': {
443
443
OPEN('superscript')
444
444
word_maybe()
445
445
-
} break; case '\\small': {
445
445
+
} break; case '\\sm': {
446
446
OPEN('small')
447
447
word_maybe()
448
448
} break; case '\\b': {