##// END OF EJS Templates
Make nbconvert html full output like notebook's html....
Make nbconvert html full output like notebook's html. Basically makes the DOM map one to one. I used a custom in-house HTML diffing rig - https://gist.github.com/jdfreder/9241376
Jonathan Frederic -
r15713:6720b0b6
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / filters / tests
__init__.py Loading ...
test_ansi.py Loading ...
test_citation.py Loading ...
test_datatypefilter.py Loading ...
test_highlight.py Loading ...
test_latex.py Loading ...
test_markdown.py Loading ...
test_strings.py Loading ...