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