Inline code
This is a blockquote.
It can span multiple lines.
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1 | Data | More |
Row 2 | Info | Here |
JavaScript
console.log("Hello, World!");
Python
print("Hello, World!")
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Markdown Showcase</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
CSS
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
}
JSON
{
"name": "Markdown Showcase",
"version": "1.0.0",
"dependencies": {}
}
Shell
echo "Hello, World!"
C++
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
Java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Horizontal Rules
Footnotes
This is a sentence with a footnote.1
This is the footnote. ↩