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 4059a8d commit 5f451e2Copy full SHA for 5f451e2
lib/ex_doc/formatter/markdown/templates.ex
@@ -80,7 +80,6 @@ defmodule ExDoc.Formatter.Markdown.Templates do
80
end
81
82
def node_synopsis(%{source_doc: %{"en" => source}}) when is_list(source) do
83
- # For Erlang DocAST, extract synopsis and convert to plain text
84
case extract_synopsis_ast(source) do
85
nil -> nil
86
synopsis_ast -> synopsis_ast |> ExDoc.DocAST.to_markdown() |> extract_plain_text()
0 commit comments