Markdown makes formatting text simple and portable
Markdown is a lightweight markup language that allows you to format text using simple syntax. Created in 2004 by John Gruber, it's now widely used for:
Key Benefits: ✅ Easy to learn ✅ Portable across platforms ✅ Readable even as plain text ✅ Supports HTML when needed
Italic or Italic
Bold or Bold
Bold & Italic
Strikethrough
==Highlighted==
Inline code
Go to Introduction Jump to Resources Jump to other page
Use relative paths for internal links to ensure portability. For example,
[Link Text](docs/other-page.md)
will link toother-page.md
in thedocs
directory. Internal links also display a tooltip with the title and description of the target page.
YouTube video as linked image:
Originally videos are not supported in Markdown, but you can link to them using images or embed HTML.
Basic image syntax:
With formatting options:
This is a blockquote Spanning multiple lines
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
Use console.log()
for debugging
Here's a footnote reference1
This is HTML in Markdown
:rocket: :sparkles: :books:
Consistency Matters
Readability First
Accessibility
Document Structure
Happy writing! ✍️
This is the footnote content ↩
We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more