Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1021 Bytes

File metadata and controls

57 lines (37 loc) · 1021 Bytes

Hello world

Some text!

:::{admonition} Here's my title :class: warning

Here's my admonition content :::

(section-two)=

Here's another section

And some more content.

% This comment won't make it into the outputs! And here's {ref}a reference to this section <section-two>. I can also reference the section {ref}section-two without specifying my title.

:::{note} And here's a note with a colon fence!

Note, that you have to use a colon fence in a markdown file instead of the normal directives in rst files. :::

And finally, here's a cool mermaid diagram!

:::{mermaid} sequenceDiagram participant Alice participant Bob Alice->John: Hello John, how are you? loop Healthcheck John->John: Fight against hypochondria end Note right of John: Rational thoughts
prevail... John-->Alice: Great! John->Bob: How about you? Bob-->John: Jolly good! :::

JSON Schema

You can show json data in a data-viewer:

:::{data-viewer} :expand: :file: schemas/component.json :::

test