You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
816 B
816 B
+++ title = "Source block following a list" description = """ Test to verify rendering of a source block immediately following a plain list, and even a list following a heading following a source block. """ tags = ["lists", "src-block"] categories = ["upstream"] draft = false +++
- list item 1
- list item 2
echo "hello"
- another list item 1
- another list item 2
A heading in post
echo "hello again"