Markdown Capabilities

Example
Version v0.9.0
Updated
Author Víctor Goñi Sanz License MIT

A brief test of Markdown features, showcasing common elements.

Headings

Main heading example.

Sub-heading

Secondary heading.

Smaller sub-heading

Tertiary heading.


Emphasis


Lists

Ordered list:

  1. First item
  2. Second item
  3. Third item

Unordered list:


Task Lists


Code Blocks

Inline code: print("Hello, world!")

Python code block:

print("Hello, world!")

Click here to visit Example.com.


Media

Images

Example Image

Video Embed

Here is a YouTube video embed:

YouTube Video Thumbnail)


Blockquotes

A sample blockquote.

Spanning multiple lines.


Tables

Syntax Description
Header Title
Paragraph Text

Horizontal Rule

Here’s a horizontal rule to separate content:


EOF