mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 05:28:41 +00:00
* Support \cfrac This was an easier PR to write than #135 since KaTeX now has well established methods for pt-to-em conversions and nulldelimiter. As in #135, this does not support the LaTeX optional argument for numerator justification. It supports a `\cfrac #1 #2 ` syntax. * Added screenshotter files * fix ref to context in genfrac handler