feat: add mfenced and mtable as Bmatrix
This commit is contained in:
parent
0d22978fcf
commit
a69a275a96
@ -62,6 +62,8 @@ class Matrix {
|
||||
return 'pmatrix';
|
||||
case '|':
|
||||
return 'vmatrix';
|
||||
case '{':
|
||||
return 'Bmatrix';
|
||||
default:
|
||||
return 'bmatrix';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user