With the styling addition you can now invent your own mini syntaxes in TaskPaper. For example the following style rule makes it so that any item that starts with >> will have red text:

item[bodyContent^=">>"] {
    color: red;
}