Searched defs:leftFlanking (Results 1 – 1 of 1) sorted by relevance
2822 … bool leftFlanking; /// whether the delimiter is left-flanking, as defined by the CommonMark spec member4812 …const leftFlanking = (rightC != '\0' && !isspace(rightC)) && (!ispunct(rightC) || leftC == '\0' ||… in highlightText() local