Everything you'd want from a simple markdown viewer.
You can use bold text, italic text, or strikethrough.
Even bold and italic together.
- Item 1
- Item 2
- Sub-item A
- Sub-item B
- First Step
- Second Step
- Third Step
- Feature A implemented
- Feature B implementation
- Upcoming feature
Note
Lorem ipsum
Tip
Lorem ipsum
Important
Lorem ipsum
Warning
Lorem ipsum
Caution
Lorem ipsum
Indicate the language of the code block to enable syntax highlighting.
fn main() {
let message = "Hello, Markdown Viewer!";
println!("{}", message);
}const greet = (name) => {
console.log(`Hello, ${name}!`);
};
greet('Viewer');def fibonacci(n):
if n <= 1:
return n
return fibonacci(n-1) + fibonacci(n-2)
print(fibonacci(10))Einstein's famous quote: "$E = mc^2$".
| This | Is | A | Table |
|---|---|---|---|
| Lorem | Ipsum | Dolor | Sit |
| More | Lorem | Ipsum | Sample Text |
Check out Tauri.app.
Just paste a Youtube link on its own line: