Mix HTML and Markdown

This is how you can mix HTML and Markdown

Introduction

Markdown simply is a shorthand for HTML

Markdown simply replaces HTML Code.

So the markdown expression

# Hello World 

is identical to the HTML Tag

<h1> Hello World </h1>

Combining HTML and Markdown

You can combine Markdown and HTML on one page, as long as you make sure that all HTML blocks are closed before you start with markdown.

<h1>
Hello World
### I love you 
</h1>

Leads to this

Hello World ### I love you

And...

<h1>
Hello World
</h1>
### I love you 

Leads to this

Hello World

I love you

Start discovery

You can view the chat and return to the lobby anytime. Simply click on the chat icon image

Titel
Start Now