1085168bbf
Sync with the latest html5lib. Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
14 lines
399 B
Bash
Executable file
14 lines
399 B
Bash
Executable file
|
|
maruku="ruby -I../../lib ../../bin/maruku"
|
|
|
|
#input="private.txt"
|
|
input="document.md"
|
|
|
|
$maruku -m itex2mml -o itex2mml.xhtml $input
|
|
$maruku -m ritex -o ritex.xhtml $input
|
|
$maruku -m none -o none.html $input
|
|
$maruku -m blahtex -o blahtex.xhtml $input
|
|
$maruku -m none --math-images blahtex -o blahtexi.html $input
|
|
$maruku -m blahtex --math-images blahtex -o blahtexmi.xhtml $input
|
|
|