first commit
This commit is contained in:
27
vendor/cebe/markdown/tests/github-data/dense-block-markers2.md
vendored
Normal file
27
vendor/cebe/markdown/tests/github-data/dense-block-markers2.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
Now we need to set:
|
||||
```php
|
||||
'session' => [
|
||||
'cookieParams' => [
|
||||
'path' => '/path1/',
|
||||
]
|
||||
],
|
||||
```
|
||||
and
|
||||
```php
|
||||
'session' => [
|
||||
'cookieParams' => [
|
||||
'path' => '/path2/',
|
||||
]
|
||||
],
|
||||
```
|
||||
|
||||
In the following starts a Blockquote:
|
||||
> this is a blockquote
|
||||
|
||||
par
|
||||
***
|
||||
par
|
||||
|
||||
This is some text
|
||||
# Headline1
|
||||
more text
|
||||
Reference in New Issue
Block a user