digitalcraftsman / hugo-cactus-theme

Port of Nick Balestra's Cactus theme to Hugo.
MIT License
198 stars 111 forks source link

Formatting for ordered lists #36

Closed mi-lee closed 7 years ago

mi-lee commented 7 years ago

Ordered lists in markdown will sometimes produce an extra <p> tag within list items. This usually fixes the formatting issues

ol li  { list-style-type:decimal; }
ul, ol  { margin-left: 10px; margin-bottom: 5px; }
li  { list-style-position:inside; }
li p { display: inline; }
mi-lee commented 7 years ago

Never mind, I see https://github.com/digitalcraftsman/hugo-cactus-theme/issues/34 -- closing this