##// END OF EJS Templates
Adding 1em spacing above and below tables in rendered html.
Adding 1em spacing above and below tables in rendered html.

File last commit:

r12573:e46115c2
r12645:4cbafbec
Show More
__init__.py
13 lines | 522 B | text/x-python | PythonLexer
# Class base Preprocessors
from .base import Preprocessor
from .convertfigures import ConvertFiguresPreprocessor
from .svg2pdf import SVG2PDFPreprocessor
from .extractoutput import ExtractOutputPreprocessor
from .revealhelp import RevealHelpPreprocessor
from .latex import LatexPreprocessor
from .sphinx import SphinxPreprocessor
from .csshtmlheader import CSSHTMLHeaderPreprocessor
from .highlightmagics import HighlightMagicsPreprocessor
# decorated function Preprocessors
from .coalescestreams import coalesce_streams