Unlisted
Like
min-md-blog
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: v76View latest version
This post demonstrates all the improved markdown features.
Each heading level has its own icon:
- First item
- Second item
- Nested item
- Another nested item
- Third item
- First numbered item
- Second numbered item
- Nested numbered item
- Another nested numbered item
- Third numbered item
- Uncompleted task
- Completed task
- Another uncompleted task
- Another completed task
Here's some inline code
in a sentence.
function greet(name) {
console.log(`Hello, ${name}!`);
return `Welcome to our blog, ${name}`;
}
// Call the function
greet("World");
def calculate_sum(a, b): """Calculate the sum of two numbers.""" result = a + b print(f"The sum of {a} and {b} is {result}") return result # Example usage total = calculate_sum(5, 3)
Name | Age | City | Status |
---|---|---|---|
Alice | 30 | New York | Active |
Bob | 25 | Los Angeles | Inactive |
Charlie | 35 | Chicago | Active |
Diana | 28 | Miami | Pending |
This is a blockquote example. It should be styled nicely with DaisyUI classes and have a nice border on the left side.
Check out this link for more information.
That's all for this showcase!