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