Markdown is a way to style text on the web. You control the display of the document, formatting words as bold or italic , adding images, and creating lists are just a few of the things we can do with Markdown
Headers
This is a <h1> tag
This is a <h6> tag
======
Blockquotes
He said:
code blocks
======
Lists
- item 1
- item 2
- item 2a
- item 2b
- Item 1
- Item 2
- item 2a
- item 2b
======
Images
Links
======
@mention
Block quotes
Hello world.
======
Task list:
- task completed
- task cancel
=====
Code blocks
test {
testLogging {
exceptionFormat = 'full'
}