Comment on page
⌨
Markdown syntax
Markdown is a powerful language that helps you get things done quickly, master it and your notes will take shape in no time.
Markdown is a simple text formatting language that makes it easy to style and structure your text. You can use basic symbols, like ** and ##, to create headings, lists, links, and more. Markdown helps you focus on content without getting bogged down by complex formatting, making it a perfect tool for quick and clean writing.
This section of the docs doesn't cover the whole markdown syntax but only the syntax supported by Beaver Notes if what you are trying to type isn't in here it's probably not supported
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
##### Heading 6
I just love **bold text**
Italicized text is the *cat's meow*
Highlited text is the ==dog's bark==
`Inline code`
~~This text has been strikethrough~~
1. This is an ordered list
- this is an unordered list
[ ] This is a check list
[x] This is a checked check list
> This is a quoteblock
```
print('This is a code block, the block below is a math block!')
```
$E=mc^2$

#Tutorial #Label
Last modified 1mo ago