Formify Markdown Test

This file demonstrates various Markdown features and the ability to display images.

SVG Image Test

Here's our Formify logo as an SVG:

Formify Logo

Markdown Features

Text Formatting

You can make text bold, italic, or both. You can also use strikethrough.

Lists

Unordered List

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  • Item 3

Ordered List

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

Links

Visit Formify

Blockquotes

This is a blockquote. It can span multiple lines.

Code

Inline code: const greeting = "Hello, Formify!";

Code block: