You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This is the first list item.
* Here's the second list item.
I need to add another paragraph below the second list item.
* And here's the third list item.
Expected output:
This is the first list item.
Here’s the second list item.
I need to add another paragraph below the second list item.
And here’s the third list item.
Actual output:
This is the first list item.
Here's the second list item.I need to add another paragraph below the
second list item.
And here's the third list item.
The nested paragraph starts on the same line, right after the list item, without any whitespace.
The text was updated successfully, but these errors were encountered:
I was wondering what is the status of this issue. I saw that several bugs related to list indentation have been reported: #170 and #225 (and maybe more).
I willing to fix this and submit a PR if somebody can point me in the right direction. I'm guessing that I need to look into elements.go and listitem.go.
Also an explanation of the rationale behind the following commit would help: dadf4bb
See Markdown syntax for paragraphs in lists.
Input:
Expected output:
Actual output:
The nested paragraph starts on the same line, right after the list item, without any whitespace.
The text was updated successfully, but these errors were encountered: