UNPKG

react-katex

Version:

Display math in TeX with KaTeX and ReactJS

9 lines (7 loc) 187 B
import { BlockMath } from '../../src'; import sharedExamples from '../sharedExamples'; describe('BlockMath', function () { sharedExamples(BlockMath, { displayMode: true, }); });