From abbdb2dfa32dff1e3e5d46f454e27a9dbf8cdbb4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 1 Sep 2013 22:34:06 +0100 Subject: [PATCH] Add a MathML example tiddler Doesn't work for me - latest Firefox and Safari display MathML fine elsewhere, but not this. --- editions/clientserver/tiddlers/MathML.tid | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 editions/clientserver/tiddlers/MathML.tid diff --git a/editions/clientserver/tiddlers/MathML.tid b/editions/clientserver/tiddlers/MathML.tid new file mode 100644 index 000000000..bba7933ec --- /dev/null +++ b/editions/clientserver/tiddlers/MathML.tid @@ -0,0 +1,42 @@ +created: 201309012131 +creator: JeremyRuston +modified: 201309012131 +modifier: JeremyRuston +tags: demo +title: MathML + +If your browser supports it, MathML elements can be used in TiddlyWiki5 WikiText just like HTML. + +For example: + +``` + + + + 0 1 0 + + + 0 0 1 + + + 1 0 0 + + + +``` + +Renders as: + + + + + 0 1 0 + + + 0 0 1 + + + 1 0 0 + + +