Skip to content

Commit 71bf958

Browse files
Update lib/ex_doc/formatter/markdown/templates.ex
Co-authored-by: Eksperimental <eksperimental@autistici.org>
1 parent 4180268 commit 71bf958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ex_doc/formatter/markdown/templates.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
4949
def node_doc(%{rendered_doc: source}) when is_binary(source), do: source
5050

5151
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
52+
# Handle DocAST by converting to Markdown.
53+
# For Erlang docs, we can extract the text content.
5454
extract_text_from_doc_ast(source)
5555
end
5656

0 commit comments

Comments
 (0)