feat: add mfenced and mtable as Bmatrix

This commit is contained in:
Alexandre Nunes 2020-09-19 15:57:21 -03:00
parent 0d22978fcf
commit a69a275a96
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ class Matrix {
return 'pmatrix';
case '|':
return 'vmatrix';
case '{':
return 'Bmatrix';
default:
return 'bmatrix';
}