From d1a05fc82d5ab7eaf49fac4b037f4b2f547ed089 Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Mon, 6 Mar 2017 15:46:27 -0800 Subject: [PATCH] Update localization.md --- localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localization.md b/localization.md index bcf1775d..4ba8ba69 100644 --- a/localization.md +++ b/localization.md @@ -217,11 +217,11 @@ Here's the thing about localisation: you need to update *all* the content to wor Wouldn't it be nice if in a Japanese-localiazed Primer, this: -![English LaTeX](./images/latex/8090904d6448ed0c8e6151aecf62f361d51ead96.svg) +![English LaTeX](https://pomax.github.io/BezierInfo-2/images/latex/8090904d6448ed0c8e6151aecf62f361d51ead96.svg) looked like this instead? -![Japanese LaTeX](./images/latex/98885bce8eeabb5a9bdddd12cd6cb4382115ad5c.svg) +![Japanese LaTeX](https://pomax.github.io/BezierInfo-2/images/latex/98885bce8eeabb5a9bdddd12cd6cb4382115ad5c.svg) Of course the answer is "yes, that would be lovely actually" but unfortunately this ran into a wall: MathJax, for all the love I have for it, is English. It does not understand, and in fact breaks down incredibly, when you try to feed it anything other than English. So I had two options