-
What is the logic on markdown for rendering the I have created a blog project with markdown similar to the one below. On the first bullet the ---
title: "Post With Code"
author: ""
date: "2023-04-04"
categories: [news, code, analysis]
image: "image.jpg"
---
# Title 1.
The following bullet does not create a p html element.
- This bullet does not create p element [quarto](https://https://quarto.org//)
# Title 2.
- *This bullet does create* a p element
- Nested bullet **does not create** a p element
The following screenshot shows the html for the first bullet The following screenshot shows the html for the second and third bullets |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Markdown has a feature that distinguishes "tight" and "loose" lists: |
Beta Was this translation helpful? Give feedback.
Markdown has a feature that distinguishes "tight" and "loose" lists:
https://stackoverflow.com/questions/43503528/extra-lines-appearing-between-list-items-in-github-markdown