Skip to content

Commit 0e8111b

Browse files
Update lib/ex_doc/doc_ast.ex
Co-authored-by: Eksperimental <eksperimental@autistici.org>
1 parent 5f451e2 commit 0e8111b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ex_doc/doc_ast.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ defmodule ExDoc.DocAST do
114114
"![#{alt}](#{attrs[:src]} \"#{title}\")"
115115
end
116116

117-
# Ignoring these: area base col command embed input keygen link meta param source track wbr
118117
def to_markdown({tag, _attrs, _inner, _meta}) when tag in @void_elements do
119118
""
120119
end

0 commit comments

Comments
 (0)