mdox icon indicating copy to clipboard operation
mdox copied to clipboard

Before list spacing not added

Open titpetric opened this issue 1 year ago • 1 comments

When provided with a list like:

## Advanced example
In this example we will learn:
- how to get form parameters
- how to get specific key inside a JSON variable
- the structure of the request object

A newline will be added after the heading, but not before the list. I was expecting this:

## Advanced example

In this example we will learn:

- how to get form parameters
- how to get specific key inside a JSON variable
- the structure of the request object

titpetric avatar Mar 22 '24 14:03 titpetric

SGTM, help wanted

bwplotka avatar Jul 03 '24 11:07 bwplotka