Skip to content

Commit

Permalink
Small correction to 522f114 #1496
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshashar committed Oct 20, 2022
1 parent 522f114 commit 6f0c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/utils/markdown/mdit_plugins/embeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def render(self, tokens, idx, _options, env):
+ (f' class="md-embed-{name}" ')
+ '><div class="embed-content">'
+ content
+ '</div>\n'
+ '</div></div>\n'
)

min_markers = 3
Expand Down

0 comments on commit 6f0c9da

Please sign in to comment.