mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Support for \' \` \^ \~ \= \u \. \" \r \H \v text-mode accents (#802)
* Support for \' \` \^ \~ \= \u \. \" \r \H \v text-mode accents * bug fix * Possible Safari fix * Forbid text accents in math mode * Switch to noncombining characters for most accents. Revert Safari change. * Add tests * Found non-combining diaresis accent too
This commit is contained in:
committed by
Kevin Barabash
parent
e88256b397
commit
201193233e
@@ -502,6 +502,11 @@
|
||||
// it left. We center it by shifting it half way right again.
|
||||
left: 0.326em;
|
||||
}
|
||||
|
||||
.accent-body.accent-hungarian > span {
|
||||
position: relative;
|
||||
left: 0.250em; // width of space
|
||||
}
|
||||
}
|
||||
|
||||
.mtable {
|
||||
|
Reference in New Issue
Block a user