blob: c4de6e20d22d26d8368ab1919374ef754cd16914 [file] [log] [blame]
{"TextPrefix":"|", "TextCodePrefix": "@"}
-- input --
Hello, world
Code block here.
More text.
Tight list
- one
- two
- three
Loose list
- one
- two
- three
# Heading
More text.
-- gofmt --
Hello, world
Code block here.
More text.
Tight list
- one
- two
- three
Loose list
- one
- two
- three
# Heading
More text.
-- text --
|Hello, world
|
@Code block here.
|
|More text. Tight list
| - one
| - two
| - three
|
|Loose list
|
| - one
|
| - two
|
| - three
|
|# Heading
|
|More text.