Added checkbox sytax parsing to markdown lists

Closes #319
This commit is contained in:
Dan Brown
2017-02-25 13:16:26 +00:00
parent af3c0e43a5
commit b0e849f413
2 changed files with 23 additions and 2 deletions

View File

@ -281,6 +281,14 @@ ol {
overflow: hidden;
}
li.checkbox-item {
list-style: none;
margin-left: - ($-m * 1.3);
input[type="checkbox"] {
margin-right: $-xs;
}
}
/*
* Generic text styling classes
*/