remark-frontmatter-starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v724View latest version
title: | Markdown Test File | ||||
---|---|---|---|---|---|
date: | 2025-03-30T00:00:00.000Z | ||||
tags: |
|
This file demonstrates all common markdown features.
Italic text and also italic text
Bold text and also bold text
Bold and italic and also bold and italic
Strikethrough text
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
- Completed task
- Incomplete task
- Another task

This is inline code
example.
function hello() {
console.log("Hello, world!");
}
def hello(): print("Hello, world!")
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
This is a blockquote
This is a nested blockquote
Back to the first level
Here's a sentence with a footnote. 1
Term 1 : Definition 1
Term 2 : Definition 2
:smile: :heart: :rocket:
Inline math: $E = mc^2$
Block math: $$ \frac{n!}{k!(n-k)!} = \binom{n}{k} $$
This is HTML content
* This is not italic *
This is the first line.
This is the second line.
*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C.
-
This is the footnote. ↩