(expression, options)
| 16352 | |
| 16353 | |
| 16354 | var renderToString = function renderToString(expression, options) { |
| 16355 | var markup = katex_renderToDomTree(expression, options).toMarkup(); |
| 16356 | return markup; |
| 16357 | }; |
| 16358 | /** |
| 16359 | * Parse an expression and return the parse tree. |
| 16360 | */ |
nothing calls this directly
no test coverage detected