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