mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
26c66f494b
typo another typo ANOTHER typo update tests fixed regexs resolving test failures resolving test failures tidy up test tidy up refined regexs, output formatting, and tests further refined regexs typo in comments whitespace comment
69 lines
1009 B
Markdown
Executable File
69 lines
1009 B
Markdown
Executable File
## english test
|
|
|
|
test
|
|
|
|
1.0
|
|
|
|
[link: subfolder index](subfolder/)
|
|
[link: subfolder page](subfolder/subpage)
|
|
[link: with anchor](/test#anchor)
|
|
[link: http](http://silverstripe.org)
|
|
|
|
`[Title](api:DataObject)`
|
|
`[Title](api:DataObject::$defaults)`
|
|
`[Title](api:DataObject::populateDefaults())`
|
|
`[api:DataObject]`
|
|
`[api:DataObject::$defaults]`
|
|
`[api:DataObject::populateDefaults()]`
|
|
[Title](api:DataObject)
|
|
[Title](api:DataObject::$defaults)
|
|
[Title](api:DataObject::populateDefaults())
|
|
[api:DataObject]
|
|
[api:DataObject::$defaults]
|
|
[api:DataObject::populateDefaults()]
|
|
|
|
:::php
|
|
code block
|
|
with multiple
|
|
lines
|
|
and tab indent
|
|
and escaped < brackets
|
|
|
|
|
|
Normal text after code block
|
|
|
|
code block
|
|
without formatting prefix
|
|
|
|
How about fences?
|
|
|
|
```
|
|
Fenced code block
|
|
```
|
|
|
|
Did the fence work?
|
|
|
|
```php
|
|
Fenced box with
|
|
|
|
new lines in
|
|
|
|
between
|
|
|
|
content
|
|
```
|
|
|
|
# Heading one
|
|
|
|
# Heading with custom anchor {#custom-anchor}
|
|
|
|
## Heading two
|
|
|
|
### Heading three
|
|
|
|
## Heading duplicate
|
|
|
|
## Heading duplicate
|
|
|
|
## Heading duplicate
|