- a task list item
- list syntax required
- normal formatting, @mentions, #1234 refs
- incomplete
- completed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .to_sentence a { | |
| &:before { content: ", "; | |
| &:last-child:before { content: "and "; } | |
| &:first-child:before { content: none; } | |
| } |
OlderNewer