Searched full:backticks (Results 1 – 14 of 14) sorted by relevance
6 * GFM inline code span bounded by double backticks: ``text``.9 * backticks in inline code. The input ``foo`bar`` renders as12 * strip rule, you can embed backticks right at the boundaries: the33 * Delimiter: exactly two backticks, guarded against longer runs.
8 * GFM inline code span bounded by single backticks: `text`.33 * Runs of two or more backticks on either delimiter are rejected by58 * (?<!`)...(?!`) ensure a run of two or more backticks is never read67 * Span body. Admits runs of non-backticks, newlines that don't start68 * a blank line, and runs of two-or-more backticks — the latter live
60 * Info-string character class. Backtick fences forbid backticks in
119 // Opening fence is 14 backticks; a shorter run inside must not close.124 here is `code` with backticks126 <p>here is <code>code</code> with backticks</p>
16 * Fences are 10+ backticks; the opening line includes the word `example`,
13 * the boundaries can hold backticks too: input `` `foo` ``119 // A run of four backticks — the length-boundary guards reject it126 'Run of 4 backticks must stay literal');
150 // Two adjacent backticks with no matching pair later in the157 'Bare adjacent backticks with no closer must stay literal');165 // backticks as the body content.192 'A run of 3 backticks must not trigger an n=1 span');
53 // GFM spec example 116: tilde fences allow backticks in the info
74 // GFM spec example 115: a backtick run with backticks in its80 'Backtick fence must reject backticks in info string');
102 … and/or error messages here. This will automatically formatted into code, so no need for backticks.
15 * - Added support for system calls in backticks (Corley Kinnane)
1610 tildes (`~`). (Tildes and backticks cannot be mixed.)1624 began with (backticks or tildes), and with at least as many backticks1650 Here is a simple example with backticks:1677 Fewer than three backticks is not enough:1996 [Info strings] for backtick code blocks cannot contain backticks:2007 [Info strings] for tilde code blocks can contain backticks and tildes:6155 Here two backticks are used, because the code contains a backtick.6276 Code span backticks have higher precedence than any other inline6335 we just have literal backticks:
169 * @param bool $wrap If true, the id is wrapped in backticks
616 - Added backticks as symbols (Milian Wolff)