]> sipb.mit.edu Git - ikiwiki.git/commitdiff
why is ikiwiki filtering out HTML formatting?
authorhttps://www.google.com/accounts/o8/id?id=AItOawlQJlaZ4Ay1aj4BW0Z0FECyKfhB1UECIoY <Joe@web>
Wed, 17 Aug 2011 17:19:01 +0000 (13:19 -0400)
committeradmin <admin@branchable.com>
Wed, 17 Aug 2011 17:19:01 +0000 (13:19 -0400)
doc/todo/latex.mdwn

index fa5615e29e74eb596c68deaf87fbfb38eda5800a..8781f66ceffa00c296a1832ebd3f1a7b650aee57 100644 (file)
@@ -233,10 +233,12 @@ Ah yes.. sorry forgot to update the plugin in my public_html folder %-). This wa
 
 -----
 
-I'm using a [plugin](http://metameso.org/~joe/math/tex.pm) created by [Josef Urban](http://www.cs.ru.nl/~urban) that gets LaTeX into ikiwiki by using [LaTeXML](http://dlmf.nist.gov/LaTeXML).  This could well be "the right way" to go (long term) but the plugin still does not render math expressions right, because ikiwiki is filtering out requisite header information.  Examples (I recommend you use Firefox to view these!) are available [here](http://metameso.org/aa/math/) and [here](http://metameso.org/aa/simple/).  Compare that last example to the [file generated by LaTeXML](http://metameso.org/~joe/math/math.xml).  I posted the sources [here](http://metameso.org/aa/sources/) for easy perusal.  How to get ikiwiki to use the original DOCTYPE and html fields?  I could use some help getting this polished off. --[[jcorneli]]
+I'm using a [plugin](http://metameso.org/~joe/math/tex.pm) created by [Josef Urban](http://www.cs.ru.nl/~urban) that gets LaTeX into ikiwiki by using [LaTeXML](http://dlmf.nist.gov/LaTeXML).  This could well be "the right way" to go (long term) but the plugin still does not render math expressions right, because ikiwiki is filtering out requisite header information.  Examples (I recommend you use Firefox to view these!) are available [here](http://li101-104.members.linode.com/aa/math/) and [here](http://li101-104.members.linode.com/aa/simple/).  Compare that last example to the [file generated by LaTeXML](http://metameso.org/~joe/math/math.xml).  I posted the sources [here](http://metameso.org/aa/sources/) for easy perusal.  How to get ikiwiki to use the original DOCTYPE and html fields?  I could use some help getting this polished off. --[[jcorneli]]
 
 > update: it seems important to force the browser to think of the content as xml, e.g. [http://metameso.org/~joe/math/example.xml](http://metameso.org/~joe/math/example.xml) has the same source code as [http://metameso.org/~joe/math/example.html](http://metameso.org/~joe/math/example.html) and the former shows math working, but the latter doesn't. --[[jcorneli]]
 
+>> Looking at the source code, it seems Ikiwiki is doing more than filtering header information - it is filtering out all HTML formatting. --[[jcorneli]]
+
 
 [[!tag soc]]
 [[!tag wishlist]]