--- title: Front matter should be hidden --- # Sample Document Intro paragraph with a [relative link](./other.md), `inline code`, **bold** and a [TOC link](#a-second-heading). - [ ] an unchecked task - [x] a checked task - a plain item | Column | Another | | --- | --- | | one | two | | three | four | ```js const answer = 42; ``` ```mermaid graph TD A[Start] --> B{Works?} B -->|yes| C[Ship it] B -->|no| D[Fix it] D --> A ``` ## A Second Heading ```mermaid sequenceDiagram Nova->>Extension: Preview Markdown Extension->>Disk: write preview.html Disk-->>Nova: file changed Nova->>Preview: reload ``` ```mermaid this is not valid mermaid at all {{{ ``` ![an image](img/logo.png)