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 4180268 commit 71bf958Copy full SHA for 71bf958
lib/ex_doc/formatter/markdown/templates.ex
@@ -49,8 +49,8 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
49
def node_doc(%{rendered_doc: source}) when is_binary(source), do: source
50
51
def node_doc(%{source_doc: %{"en" => source}}) when is_list(source) do
52
- # Handle DocAST by converting to markdown
53
- # For Erlang docs, we can extract text content
+ # Handle DocAST by converting to Markdown.
+ # For Erlang docs, we can extract the text content.
54
extract_text_from_doc_ast(source)
55
end
56
0 commit comments