this repo has no description

RENAME \small → \sm

12Me21 822b1764 c8a9891e

+1 -1
+1 -1
parse.js
··· 442 442 } break; case '\\sup': { 443 443 OPEN('superscript') 444 444 word_maybe() 445 - } break; case '\\small': { 445 + } break; case '\\sm': { 446 446 OPEN('small') 447 447 word_maybe() 448 448 } break; case '\\b': {