Searched refs:Backticks (Results 1 – 3 of 3) sorted by relevance
202 unsigned Backticks = 0; in getMarkerForCodeBlock() local205 ++Backticks; in getMarkerForCodeBlock()208 MaxBackticks = std::max(MaxBackticks, Backticks); in getMarkerForCodeBlock()209 Backticks = 0; in getMarkerForCodeBlock()211 MaxBackticks = std::max(Backticks, MaxBackticks); in getMarkerForCodeBlock()
230 `Backticks` designate `inline code`, and will render all wrapped content246 Backticks are the most common approach for "escaping" Markdown metacharacters;
765 Backticks or vertical bars are not needed when a symbol is self-apparent.