Home
last modified time | relevance | path

Searched full:backticks (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmBacktickDouble.php6 * GFM inline code span bounded by double backticks: ``text``.
9 * backticks in inline code. The input ``foo`bar`` renders as
12 * strip rule, you can embed backticks right at the boundaries: the
33 * Delimiter: exactly two backticks, guarded against longer runs.
H A DGfmBacktickSingle.php8 * GFM inline code span bounded by single backticks: `text`.
33 * Runs of two or more backticks on either delimiter are rejected by
58 * (?<!`)...(?!`) ensure a run of two or more backticks is never read
67 * Span body. Admits runs of non-backticks, newlines that don't start
68 * a blank line, and runs of two-or-more backticks — the latter live
H A DGfmCode.php60 * Info-string character class. Backtick fences forbid backticks in
/dokuwiki/_test/tests/Parsing/Markdown/
H A DSpecReaderTest.php119 // Opening fence is 14 backticks; a shorter run inside must not close.
124 here is `code` with backticks
126 <p>here is <code>code</code> with backticks</p>
H A DSpecReader.php16 * Fences are 10+ backticks; the opening line includes the word `example`,
/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmBacktickDoubleTest.php13 * the boundaries can hold backticks too: input `` `foo` ``
119 // A run of four backticks — the length-boundary guards reject it
126 'Run of 4 backticks must stay literal');
H A DGfmBacktickSingleTest.php150 // Two adjacent backticks with no matching pair later in the
157 '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');
H A DGfmFileTest.php53 // GFM spec example 116: tilde fences allow backticks in the info
H A DGfmCodeTest.php74 // GFM spec example 115: a backtick run with backticks in its
80 'Backtick fence must reject backticks in info string');
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml102 … and/or error messages here. This will automatically formatted into code, so no need for backticks.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dperl.php15 * - Added support for system calls in backticks (Corley Kinnane)
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt1610 tildes (`~`). (Tildes and backticks cannot be mixed.)
1624 began with (backticks or tildes), and with at least as many backticks
1650 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 inline
6335 we just have literal backticks:
/dokuwiki/lib/plugins/extension/
H A DExtension.php169 * @param bool $wrap If true, the id is wrapped in backticks
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG616 - Added backticks as symbols (Milian Wolff)