【发布时间】:2018-05-27 01:19:53
【问题描述】:
GFM 支持任务列表:
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments
如何在 Jekyll 页面中使用它?在我网站的_config.yml
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
这适用于大多数其他 GFM 构造。但不适用于任务列表。
示例降价:
#### Checklist for Aggregations
- [ ] Always add `max(x)` in the group for size of buckets needed. When data is distributed across multiple content nodes this result can be inaccurate. To increase accuracy we need to use `precision(x)` as well to tune accuracy as we need.
预期:
【问题讨论】:
标签: jekyll github-pages github-flavored-markdown kramdown