##// END OF EJS Templates
remove strip_math_space...
remove strip_math_space I don't think it solves any problems with supported pandoc versions, and it does introduce new ones. closes #4309 supersedes #4310

File last commit:

r12249:4563b2ee
r12864:ba77f89f
Show More
__init__.py
7 lines | 171 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import preprocessors
import postprocessors
import writers