We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf6826 commit 6bcdbf4Copy full SHA for 6bcdbf4
lib/ex_doc/formatter/markdown/templates.ex
@@ -58,7 +58,6 @@ defmodule ExDoc.Formatter.Markdown.Templates do
58
59
@doc """
60
Get synopsis for a node, handling both DocAST and string documentation.
61
- Uses DocAST synopsis extraction logic for consistency with HTML formatter.
62
"""
63
def node_synopsis(%{doc: doc}) when is_list(doc) do
64
# For DocAST, extract synopsis DocAST and convert to markdown
0 commit comments