Commit c2fe4483 by stv

Fix PEP8: E126 continuation line over-indented

for hanging indent
parent a8d30c5d
......@@ -12,7 +12,8 @@ class ExtendMarkdownPlugin(BasePlugin):
"""
markdown_extensions = [
mdx_mathjax.MathJaxExtension(configs={}),
mdx_video.VideoExtension(configs={})]
mdx_mathjax.MathJaxExtension(configs={}),
mdx_video.VideoExtension(configs={}),
]
plugin_registry.register(ExtendMarkdownPlugin)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment