Skip to content

Commit 6df0cfd

Browse files
committed
Remove useless attribution
1 parent c569e94 commit 6df0cfd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/render.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ impl<'a> MarkdownRenderer<'a> {
2222
/// Per `readme_to_html`, `base_url` is the base URL prepended to any
2323
/// relative links in the input document. See that function for more detail.
2424
fn new(base_url: Option<&'a str>) -> MarkdownRenderer<'a> {
25-
let tag_attributes = hashmap(&[
26-
("a", hashset(&["id", "target"])),
27-
("input", hashset(&["checked", "disabled", "type"])),
28-
]);
2925
let allowed_classes = hashmap(&[(
3026
"code",
3127
hashset(&[

0 commit comments

Comments
 (0)