Skip to main content

Markdown

Markdown is a markup language that simplifies typesetting and focuses on the text content itself. Because it is easy to read, type, and can be edited directly with the text editor, it is popular in many note-taking applications without complex software functions.

Lattics supports some simple Markdown grammar such as:

#       Heading level 1

##     Heading level 2

###   Heading level 3

1.       Ordered lists

-        Unordered lists

>        Blockquotes

***     Horizontal Rules

** **  Emphasis

* *     Italic

```    Code Blocks