Description list shortcode

config.toml:

[blackfriday]
extensions = [
    "DefinitionLists",
]

content file:

Term1
: definition1
Term2
: definition2

Should work fine with your CSS.

-j

7 Likes