mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-16 16:28:39 +00:00
Adds math commands, HTML rendering, and screenshotter tests.
This is part 2 of 3. Part 1 added new fonts metrics. Part 2 will add MathML support and unit tests.
This commit is contained in:
committed by
Kevin Barabash
parent
f32d615813
commit
fd2d58fd80
@@ -2514,6 +2514,17 @@ var symbols = {
|
||||
font: "main",
|
||||
group: "accent",
|
||||
replace: "\u02d9"
|
||||
},
|
||||
|
||||
"\\imath": {
|
||||
font: "main",
|
||||
group: "mathord",
|
||||
replace: "\u0131"
|
||||
},
|
||||
"\\jmath": {
|
||||
font: "main",
|
||||
group: "mathord",
|
||||
replace: "\u0237"
|
||||
}
|
||||
},
|
||||
"text": {
|
||||
|
Reference in New Issue
Block a user