Blahtex
Sync with latest Maruku. Pave the way for Blahtex (PNG-based math) support (from Ari Stern). (no visible functionality, yet, but that will come)
This commit is contained in:
parent
4e3aefd9d3
commit
c427807274
33 changed files with 610 additions and 101 deletions
25
vendor/plugins/maruku/tests/unittest/pending/link.html
vendored
Normal file
25
vendor/plugins/maruku/tests/unittest/pending/link.html
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC
|
||||
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||
<html xmlns:svg='http://www.w3.org/2000/svg' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
|
||||
<head><meta content='application/xhtml+xml;charset=utf-8' http-equiv='Content-type' /><title></title></head>
|
||||
<body>
|
||||
<p><a href='http://www.aa.com'>http://www.aa.com</a></p>
|
||||
|
||||
<p><a href='http://www.bb.com'>http://www.bb.com</a></p>
|
||||
|
||||
<p><a href='http://www.cc.com'>http://www.cc.com</a></p>
|
||||
|
||||
<p><a href='http://www.dd.com'>http://www.dd.com</a></p>
|
||||
|
||||
<pre><code><http://www.dd.com></code></pre>
|
||||
|
||||
<p><a href='mailto:a@invalid.it'>a@invalid.it</a></p>
|
||||
|
||||
<p><a href='mailto:a@invalid.it'>a@invalid.it</a></p>
|
||||
|
||||
<p><a href='mailto:a@invalid.it'>a@invalid.it</a></p>
|
||||
|
||||
<pre><code><a@invalid.it></code></pre>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue