diff --git a/github-markdown.css b/github-markdown.css index 7068d37..efb972a 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -1058,4 +1058,9 @@ .markdown-body .task-list-item input { margin: 0 .2em .25em -1.6em; vertical-align: middle; + +} + +.markdown-body input:not([type=checkbox]) { + display: none; } \ No newline at end of file