-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
Padding can be used in markdown files.
Config and version
Any
To Reproduce
- one item
Some note about this item. Here is an example
```go
var expired bool
```
- a second one
Some comment
It gets rendered like that
-
one item
Some note about this item. Here is an example
var expired bool
-
a second one
Some comment
Expected behavior
The tool reports an issue with the formatting, while the code is fine
It wants this
- one item
Some note about this item. Here is an example
```go
var expired bool
```
- a second one
Some comment
But then, it's not rendered the same way
-
one item
Some note about this item. Here is an example
var expired bool
-
a second one
Some comment
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels