Resources
This is a paragraph.This is a new line (two spaces before this line).
This is another paragraph with multiple lines.Notice the line breaks.
Bold text
Italic text
Bold and Italic text
Strikethrough text
This is a blockquote.Nested blockquote:This is a nested blockquote.
This is a blockquote.
Nested blockquote:
This is a nested blockquote.
This is a simple link
Link with title
Here is some inline code inside a paragraph.
inline code
def hello_world(): print("Hello, World!")
# Python code example def fibonacci(n): if n <= 1: return n else: return fibonacci(n-1) + fibonacci(n-2)
// JavaScript code example function greet() { console.log("Hello, World!"); }
This is a paragraph with bold and italic text using HTML tags.
This is a paragraph written directly in HTML.
Here is a sentence with a footnote.1
This is a smiley face emoji: 😄
This is a thumbs-up emoji: 👍
Use the backslash (\) to escape markdown characters:
\
* This is not italic.# This is not a heading.
This is the footnote text. ↩︎