Actions
Patch #28119
closedEnable lax_spacing for markdown formatting in order to allow markdown blocks not surrounded by empty lines
Description
In the markdown standard format, an empty line is required before and after a block in order to render the content properly.
1. List without an empty line (doesn't work)-> |
-> |
:lax_spacing
for markdown formatting (more details about this option on github) allows also the first format:
-> |
We already rolled out this change on our instance because most of the times, we forget to let the empty line and we observe that it doesn't work after we save the changes.
The patch is attached.
Files
Related issues
Actions