Show More
@@ -178,10 +178,10 b' class NeboardMarkdown(markdown.Extension' | |||||
178 | md.inlinePatterns[u'quote'] = quote |
|
178 | md.inlinePatterns[u'quote'] = quote | |
179 |
|
179 | |||
180 |
|
180 | |||
181 |
def make |
|
181 | def make_extension(configs=None): | |
182 | return NeboardMarkdown(configs=configs) |
|
182 | return NeboardMarkdown(configs=configs) | |
183 |
|
183 | |||
184 |
neboard_extension = make |
|
184 | neboard_extension = make_extension() | |
185 |
|
185 | |||
186 |
|
186 | |||
187 | def markdown_extended(markup): |
|
187 | def markdown_extended(markup): |
General Comments 0
You need to be logged in to leave comments.
Login now