flutterTexJsSupportedEnvironments top-level constant

Set<String> const flutterTexJsSupportedEnvironments

A set listing the supported TeX environments; see https://katex.org/docs/support_table.html

Implementation

const Set<String> flutterTexJsSupportedEnvironments = {
  'align',
  'align*',
  'aligned',
  'alignat',
  'alignat*',
  'alignedat',
  'array',
  'Bmatrix',
  'Bmatrix*',
  'bmatrix',
  'bmatrix*',
  'cases',
  'CD',
  'darray',
  'dcases',
  'drcases',
  'equation',
  'equation*',
  'gather',
  'gathered',
  'matrix',
  'matrix*',
  'pmatrix',
  'pmatrix*',
  'rcases',
  'smallmatrix',
  'split',
  'Vmatrix',
  'Vmatrix*',
  'vmatrix',
  'vmatrix*',
};