Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Problem formatting a list / extra <p>`?

Started by Muut Archive 9 years ago · 2 replies · 400 views
9 years ago

Is this a feature or a bug? :)

MARKDOWN
* abc
* def
* ghi

* jkl
* mno
* pqr

abc

Results in "ghi" being surrounded by <p>, while "pqr" is not since it is followed by a paragraph?

---html
<ul>
<li>abc</li>
<li>def</li>
<li>
<p>ghi</p>
</li>
<li>jkl</li>
<li>mno</li>
<li>pqr</li>
</ul>
<p>abc</p>

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1336 9 years ago
Archive · by Muut Archive, 9 years ago
2 925 9 years ago
Archive · by Muut Archive, 9 years ago
2 4056 9 years ago
Archive · by Muut Archive, 9 years ago
1 2941 9 years ago
Archive · by Muut Archive, 9 years ago
3 1112 9 years ago