Remove TeX

As discussed with @vmg
MathJax is available via a flag for those self hosting gollum
This commit is contained in:
bootstraponline
2012-10-18 23:29:17 -06:00
parent 69ce0eb0d0
commit 7c357116ff
5 changed files with 4 additions and 83 deletions
-18
View File
@@ -758,24 +758,6 @@ end
]
end
#########################################################################
#
# TeX
#
#########################################################################
test "TeX block syntax" do
content = 'a \[ a^2 \] b'
output = "<p>a<imgsrc=\"http://www.mathtran.org/cgi-bin/toy/?D=4;tex=a%5E2\"alt=\"a^2\">b</p>"
compare(content, output, 'md')
end
test "TeX inline syntax" do
content = 'a \( a^2 \) b'
output = "<p>a<imgsrc=\"http://www.mathtran.org/cgi-bin/toy/?D=2;tex=a%5E2\"alt=\"a^2\">b</p>"
compare(content, output, 'md')
end
#########################################################################
# Asciidoc
#########################################################################