mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
Correct \mathit button in math dialog
Change-Id: Ida4d82a9b859234e84a93ac34549076be9c42c46
This commit is contained in:
parent
db43a0b809
commit
150e658dc3
|
@ -2222,7 +2222,7 @@
|
||||||
{
|
{
|
||||||
"tex": "\\mathit{1}",
|
"tex": "\\mathit{1}",
|
||||||
"encapsulate": {
|
"encapsulate": {
|
||||||
"pre": "mathit{",
|
"pre": "\\mathit{",
|
||||||
"placeholder": "1",
|
"placeholder": "1",
|
||||||
"post": "}"
|
"post": "}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue