Support \underline in text mode (#1159)

* Support \underline in text mode

Fix #1158

* Add to LowerAccent test
This commit is contained in:
Erik Demaine
2018-02-13 20:30:30 -05:00
committed by Ryan Randall
parent 439cea3e6e
commit 627fc11f1b
4 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ defineFunction({
names: ["\\underline"],
props: {
numArgs: 1,
allowedInText: true,
},
handler(context, args) {
const body = args[0];