mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-18 09:18:39 +00:00
Support \underline in text mode (#1159)
* Support \underline in text mode Fix #1158 * Add to LowerAccent test
This commit is contained in:
committed by
Ryan Randall
parent
439cea3e6e
commit
627fc11f1b
@@ -11,6 +11,7 @@ defineFunction({
|
||||
names: ["\\underline"],
|
||||
props: {
|
||||
numArgs: 1,
|
||||
allowedInText: true,
|
||||
},
|
||||
handler(context, args) {
|
||||
const body = args[0];
|
||||
|
Reference in New Issue
Block a user