##// END OF EJS Templates
minor adjustments to markdown / rst templates...
minor adjustments to markdown / rst templates - remote prompts from output - add missing HTML block - remove double-wrapping of latex - use plain-markdown indentation for code blocks (could use GFM '` ` `python') closes #4024 candidate for backport to 1.1

File last commit:

r12265:c4c07de8
r12448:c138b06b
Show More
__init__.py
6 lines | 166 B | text/x-python | PythonLexer
from .ansi import *
from .datatypefilter import *
from .highlight import *
from .latex import *
from .markdown import *
from .strings import *
from .citation import *