Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/_test/tests/Parsing/Markdown/
H A DSpecReaderTest.php32 $examples = iterator_to_array($reader->examples(), false);
33 $this->assertCount(1, $examples);
34 $this->assertSame(1, $examples[0]['number']);
35 $this->assertSame('Simple Headings', $examples[0]['section']);
36 $this->assertNull($examples[0]['extension']);
37 $this->assertSame("# foo", $examples[0]['markdown']);
38 $this->assertSame("<h1>foo</h1>", $examples[0]['html']);
61 $examples = iterator_to_array($reader->examples(), false);
62 $this->assertCount(2, $examples);
63 $this->assertSame(1, $examples[0]['number']);
[all …]
H A DSpecReader.php47 public function examples(): iterable function in dokuwiki\\test\\Parsing\\Markdown\\SpecReader
H A DGfmSpecTest.php30 foreach ($reader->examples() as $ex) {
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A DREADME.md4 (GFM). It combines CommonMark's test examples with GFM-specific extensions
38 provider. Deliberately out-of-scope examples are listed in `skip.php` with a
H A Dspec.txt123 does not specify the syntax unambiguously. Here are some examples of
275 It contains many examples with side-by-side Markdown and
294 In the examples, the `→` character is used to represent tabs.
1017 Simple examples:
1267 in these examples gets interpreted as a thematic break:
2126 Some simple examples follow. Here are some basic HTML blocks
4052 Here are some examples showing how far content must be indented to be
4726 These examples show how laziness can work in nested structures:
6428 Here are some examples of delimiter runs.
6566 These rules can be illustrated through a series of examples.
[all …]
/dokuwiki/
H A D.gitignore91 vendor/splitbrain/php-cli/examples/*
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md20 examples for working with TARs to get you started.
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitb…
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt380 …ither indenting them by at least two spaces (like used for the previous examples) or by using the …
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt380 …ither indenting them by at least two spaces (like used for the previous examples) or by using the …