feat: add mfenced and mtable as Vmatrix

This commit is contained in:
Alexandre Nunes 2020-09-19 16:00:23 -03:00
parent 84c0e6d45b
commit be71eaa8ef

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