Test proposal title
🧪 Snarkdown + HTML Super Test
Welcome to the ultimate Markdown + HTML test.
Headings
H2
H3
H4
H5
H6
Formatting
Bold, Italic, Bold Italic, `Inline Code`, and Link
Blockquote with bold and link
```js // Code block function hello() { console.log(“Hello from Snarkdown!”); } ```
- List item 1
- List item 2
- Nested list
- With bold
- List item 3
HTML DIV
HTML content inside Markdown should appear fine.
- HTML list
- Item two
| Col1 | Col2 |
|---|---|
| Data1 | Bold |
Click for details
Hidden text revealed with HTML details tag.
End of Snarkdown + HTML test on
No comments yet.