From 4ead46c4ab0b28faa9b41e688818700e7972e7a1 Mon Sep 17 00:00:00 2001 From: Martin von Gagern Date: Wed, 11 Jan 2017 21:04:52 +0100 Subject: [PATCH] Describe using auto renderer in html head (#623) Describe using auto renderer in html head Motivated by #621. --- contrib/auto-render/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/contrib/auto-render/README.md b/contrib/auto-render/README.md index 25ab193a..05efd7b2 100644 --- a/contrib/auto-render/README.md +++ b/contrib/auto-render/README.md @@ -27,6 +27,22 @@ before the close body tag: See [index.html](index.html) for an example. +If you prefer to have all your setup inside the html ``, +you can use the following script there +(instead of the one above at the end of the ``): + +```html + + ... + + ... + +``` + ### API This extension exposes a single function, `window.renderMathInElement`, with