first commit
This commit is contained in:
23
vendor/cebe/markdown/tests/github-data/dense-block-markers2.html
vendored
Normal file
23
vendor/cebe/markdown/tests/github-data/dense-block-markers2.html
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<p>Now we need to set:</p>
|
||||
<pre><code class="language-php">'session' => [
|
||||
'cookieParams' => [
|
||||
'path' => '/path1/',
|
||||
]
|
||||
],
|
||||
</code></pre>
|
||||
<p>and</p>
|
||||
<pre><code class="language-php">'session' => [
|
||||
'cookieParams' => [
|
||||
'path' => '/path2/',
|
||||
]
|
||||
],
|
||||
</code></pre>
|
||||
<p>In the following starts a Blockquote:</p>
|
||||
<blockquote><p>this is a blockquote</p>
|
||||
</blockquote>
|
||||
<p>par</p>
|
||||
<hr />
|
||||
<p>par</p>
|
||||
<p>This is some text</p>
|
||||
<h1>Headline1</h1>
|
||||
<p>more text</p>
|
||||
Reference in New Issue
Block a user