From 5cfa59e5b6874b0396a7653c3d57128788b1262d Mon Sep 17 00:00:00 2001 From: Adam Mark Date: Tue, 16 Sep 2014 11:17:18 -0400 Subject: [PATCH] Update README.md Must specify UTF-8 in document for math characters to render properly. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c2277c0ab..ab8404904 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ Download the built files from [the releases page](https://github.com/khan/katex/ ``` +Specify UTF-8 as your content type: + +```html + +``` + Call `katex.render` with a TeX expression and a DOM element to render into: ```js