##// END OF EJS Templates
Backport PR #6483: Trim anchor link in heading cells, fixes #6324...
Backport PR #6483: Trim anchor link in heading cells, fixes #6324 This should fix #6324, which was really irritating me :smiley: I used `.trim()` as suggested by @minrk.

File last commit:

r12505:1cf4e29e
r18067:bd94da54
Show More
__init__.py
9 lines | 302 B | text/x-python | PythonLexer
from .export import *
from .html import HTMLExporter
from .slides import SlidesExporter
from .templateexporter import TemplateExporter
from .latex import LatexExporter
from .markdown import MarkdownExporter
from .python import PythonExporter
from .rst import RSTExporter
from .exporter import Exporter