mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
24 lines
277 B
Markdown
Executable File
24 lines
277 B
Markdown
Executable File
#### <% control Foo %>
|
|
|
|
code block
|
|
<% without formatting prefix %>
|
|
|
|
Paragraph with a segment of <% foo %>
|
|
|
|
code block
|
|
|
|
that has a line in it
|
|
|
|
This is a yaml block
|
|
|
|
:::yaml
|
|
foo: bar
|
|
|
|
baz: qux
|
|
|
|
This is a yaml block with tab in that new line
|
|
|
|
:::yaml
|
|
foo: bar
|
|
|
|
baz: qux |