Skip to content

Commit daf8d8d

Browse files
Update lib/ex_doc/formatter/markdown/templates/summary_template.eex
Co-authored-by: Eksperimental <[email protected]>
1 parent e21f6f3 commit daf8d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/formatter/markdown/templates/summary_template.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<%= if deprecated = node.deprecated do %>
88
> <%= h(deprecated) %>
9-
<% end %>
109

10+
<% end %>
1111
<%= if synopsis_content = node_synopsis(node) do %>
1212
<%= synopsis_content %>
1313
<% end %>

0 commit comments

Comments
 (0)