Xtypo Pro supports a Markdown parser, allowing you to add Markdown text directly using your Joomla editor. XTypo will then parse it into HTML instantly.

The text below was added using the Xtypo Markdown parser:

Heading Levels

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Text Formatting

Bold
Italic
Bold and Italic
Strikethrough
Underline (non-standard, requires HTML)


Lists

Unordered List

  • Item 1
    • Subitem 1.1
    • Subitem 1.2
  • Item 2

Ordered List

  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2
  3. Third item

Links

Joomla


Images

Joomla Logo


Code

Inline Code

print("Hello, World!")

Block Code

def greet():
    print("Hello, World!")
greet()

Blockquotes

This is a blockquote.
It can span multiple lines.


Horizontal Line



Tables

Header 1 Header 2 Header 3
Row 1 Data 1 Data 2
Row 2 Data 3 Data 4

Task Lists

  • [x] Task 1
  • [ ] Task 2
  • [ ] Task 3

HTML in Markdown

This is a paragraph with a <span style="color: red;">red text