Skip to content

Commit 6bcdbf4

Browse files
Update lib/ex_doc/formatter/markdown/templates.ex
Co-authored-by: Eksperimental <[email protected]>
1 parent bdf6826 commit 6bcdbf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ex_doc/formatter/markdown/templates.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ defmodule ExDoc.Formatter.Markdown.Templates do
5858

5959
@doc """
6060
Get synopsis for a node, handling both DocAST and string documentation.
61-
Uses DocAST synopsis extraction logic for consistency with HTML formatter.
6261
"""
6362
def node_synopsis(%{doc: doc}) when is_list(doc) do
6463
# For DocAST, extract synopsis DocAST and convert to markdown

0 commit comments

Comments
 (0)