feat: add mfenced and mtable as vmatrix
This commit is contained in:
parent
01445dbe93
commit
60c649b8eb
@ -60,6 +60,8 @@ class Matrix {
|
||||
switch (this._open) {
|
||||
case '(':
|
||||
return 'pmatrix';
|
||||
case '|':
|
||||
return 'vmatrix';
|
||||
default:
|
||||
return 'bmatrix';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user