Show More
@@ -24,7 +24,6 b' import xml.etree.ElementTree as etree' | |||
|
24 | 24 | |
|
25 | 25 | from markdown.extensions import Extension |
|
26 | 26 | from markdown.extensions.fenced_code import FencedCodeExtension |
|
27 | from markdown.extensions.smart_strong import SmartEmphasisExtension | |
|
28 | 27 | from markdown.extensions.tables import TableExtension |
|
29 | 28 | from markdown.inlinepatterns import Pattern |
|
30 | 29 | |
@@ -121,7 +120,6 b' class GithubFlavoredMarkdownExtension(Ex' | |||
|
121 | 120 | # Built-in extensions |
|
122 | 121 | Nl2BrExtension().extendMarkdown(md, md_globals) |
|
123 | 122 | FencedCodeExtension().extendMarkdown(md, md_globals) |
|
124 | SmartEmphasisExtension().extendMarkdown(md, md_globals) | |
|
125 | 123 | TableExtension().extendMarkdown(md, md_globals) |
|
126 | 124 | |
|
127 | 125 | # Custom extensions |
General Comments 0
You need to be logged in to leave comments.
Login now