##// END OF EJS Templates
remove unnecessary heading-anchor...
remove unnecessary heading-anchor residue from when the heading text itself was a link the id is on the header tag itself, and the link is anchor-link

File last commit:

r8525:61ef7793
r11291:49a9a8b6
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *