"
+ }
} else {
while (depth > 0) {
print "" cur_type[depth] ">"
diff --git a/site/index.md b/site/index.md
index 8e06dcf..186f16b 100644
--- a/site/index.md
+++ b/site/index.md
@@ -19,7 +19,8 @@ It's meant to be a static site generator, like _[kew](https://github.com/uint23/
- Automatic inlining and embedding of many filetypes with `\![link]` or `\`
- Inline html support
- MFM `$font` and `\` tags
-- Admonition support (that's what the blocks like the warning block below are called)
+- GFM Admonition support (that's what the blocks like the warning block below are called)
+- Task list support (`- [ ]`, `- [x]`)
- RSS/Feed generation and Sitemap support
- Post creation via `--post`
- Automatic 404 page generation
diff --git a/styles/kewt.css b/styles/kewt.css
index e250723..fadedad 100644
--- a/styles/kewt.css
+++ b/styles/kewt.css
@@ -273,4 +273,13 @@ hr {
margin-right: 20px;
padding-top: 30px;
}
+}
+
+.task-list-item {
+ list-style-type: none;
+}
+
+.task-list-item-checkbox {
+ margin: 0 0.2em 0.25em -1.6em;
+ vertical-align: middle;
}
\ No newline at end of file