-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Product - Markdown
-
1
-
Severity 3 - Minor
-
190
Issue Summary
When using a Markdown list without a preceding blank line will render the items on a single line. Note that this is acceptable in traditional Markdown (as per Markdown.pl), however in the CommonMark spec, it is noted that lists do not need a preceding blank line.
Steps to Reproduce
- Suppose the following code is part of a Markdown formatted file:
I need to buy - new shoes - a coat - a plane ticket
Expected Results
The code is rendered as follows:
I need to buy
- new shoes
- a coat
- a plane ticket
Actual Results
The code is rendered as follows:
I need to buy - new shoes - a coat - a plane ticket
Workaround
Use the Markdown.pl style lists which require a blank line before the list.
- is related to
-
BCLOUD-19976 Markdown mixed list are rendered as a single line
-
- Closed
-