Ref Guide: fix template to put list items inside a <p> element for consistent styling

This commit is contained in:
Cassandra Targett 2020-07-10 13:09:37 -05:00
parent c20501a504
commit c1ea964847
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
input.task-list-item-checkbox type='checkbox' disabled=true checked=(item.attr? :checked)
=<item.text
- else
li
li: p
=(print_item_content item)