Adds a list item line at the specified depth
void pushListItem(int depth, String content) { push(depth, '$listItemPrefix$content'); }