KaTeX/KaTeX

Create an intermediate representation that can be used to render to multiple targets

Open

#376 aberto em 30 de out. de 2015

Ver no GitHub
 (31 comments) (4 reactions) (0 assignees)JavaScript (1.140 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (17.636 stars)
Métricas de merge de PR
 (Mesclagem média 628d 21h) (3 fundiu PRs em 30d)

Description

Current efforts such as https://github.com/Khan/KaTeX/pull/251 use the output of buildHTML which contains some HTML specific data which is necessary for canvas rendering. It would be nice if we had a more minimal intermediate representation that could be use for rendering HTML, MathML, Canvas, and SVG.

Guia do colaborador