Back to Draft Js

TEX

examples/draft-0-10-0/tex/readme.md

0.11.7417 B
Original Source

TEX

The TeX editor in the Draft repository provides a live example of custom block rendering, with TeX syntax translated on the fly into editable embedded formula rendering via the KaTeX library.

How to run

bash
# in draft-js folder
yarn
cd examples/draft-0-10-0/tex
yarn
yarn start

which will open a server listening on http://localhost:3000