Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 782 Bytes

Hello_world.md

File metadata and controls

38 lines (29 loc) · 782 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! :::

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! :::