Searched refs:iAfterHashes (Results 1 – 1 of 1) sorted by relevance
2368 const iAfterHashes = skipChars(buf, i, "#"); in detectAtxHeadingLevel() local2369 const headingLevel = cast(int) (iAfterHashes - iHeadingStart); in detectAtxHeadingLevel()2373 const iTextStart = skipChars(buf, iAfterHashes, " \t"); in detectAtxHeadingLevel()2377 if (!emptyHeading && iTextStart == iAfterHashes) in detectAtxHeadingLevel()