Searched refs:headingLevel (Results 1 – 1 of 1) sorted by relevance
2369 const headingLevel = cast(int) (iAfterHashes - iHeadingStart); in detectAtxHeadingLevel() local2370 if (headingLevel > 6) in detectAtxHeadingLevel()2380 return headingLevel; in detectAtxHeadingLevel()2434 …Heading(ref OutBuffer buf, size_t iStart, ref size_t iEnd, const ref Loc loc, ref int headingLevel) in endMarkdownHeading() argument2445 heading[3] = cast(char) ('0' + headingLevel); in endMarkdownHeading()2452 headingLevel = 0; in endMarkdownHeading()4211 int headingLevel = 0; in highlightText() local4255 if (headingLevel) in highlightText()4258 endMarkdownHeading(buf, iParagraphStart, i, loc, headingLevel); in highlightText()4528 headingLevel = detectAtxHeadingLevel(buf, i); in highlightText()[all …]