##// END OF EJS Templates
Added support for markdown in heading cells when they are nbconverted.
r11240:0104a64d
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *