Emil Ajdyna
01/06/2023, 10:13 AM#
symbol and a space
before your heading text. The number of #
will define the size of the heading.
# h1
## h2
### h3
#### h4
##### h5
###### h6
Hello, *world*!
Hello, _world_!
Hello, ~world~!
Hello, *_world_*!
Hello, *_~world~_*!
Hello, world!
Hello, world!
Hello, `
, code blocks use three backtick characters ```
. Code blocks are automatically highlighted, inline code is not.
import React from 'react'
export default function Button ({ children }) {
return <button>{children}</button>
}
const answer = 42
>
.
Lorem ipsum dolor sit amet
Standard:
https://linen.dev
Single word:
https://linen.dev|linen
Multiple words:
[linen website](https://linen.dev)
Standard:
https://linen.dev
Single word:
linen
Multiple words:
linen website
https://linen.dev/images/logo/linen.png
https://linen.dev/images/logo/linen.png▾
- foo
- bar
- baz
1. foo
2. bar
3. baz
@kam
. Mentions don't send notifications.
!kam
. Signals send notifications.Emil Ajdyna
01/06/2023, 10:13 AM#
symbol and a space
before your heading text. The number of #
will define the size of the heading.
# h1
## h2
### h3
#### h4
##### h5
###### h6
Hello, *world*!
Hello, _world_!
Hello, ~world~!
Hello, *_world_*!
Hello, *_~world~_*!
Hello, world!
Hello, world!
Hello, `
, code blocks use three backtick characters ```
. Code blocks are automatically highlighted, inline code is not.
import React from 'react'
export default function Button ({ children }) {
return <button>{children}</button>
}
const answer = 42
>
.
Lorem ipsum dolor sit amet
Standard:
https://linen.dev
Single word:
https://linen.dev|linen
Multiple words:
[linen website](https://linen.dev)
Standard:
https://linen.dev
Single word:
linen
Multiple words:
linen website
https://linen.dev/images/logo/linen.png
https://linen.dev/images/logo/linen.png▾
- foo
- bar
- baz
1. foo
2. bar
3. baz
@kam
. Mentions don't send notifications.
!kam
. Signals send notifications.