-- **Defn A:** Something A in red
-- **Defn B:** Something B in red
+Defn A
+: Something A in red
+
+Defn B
+: Something B in red
diff --git a/test/site/content/posts/parsing-date-from-closed-property.md b/test/site/content/posts/parsing-date-from-closed-property.md
index 120c233..970c533 100644
--- a/test/site/content/posts/parsing-date-from-closed-property.md
+++ b/test/site/content/posts/parsing-date-from-closed-property.md
@@ -13,4 +13,5 @@ property is auto-inserted (default behavior).
If such a property is non-nil, the value (time-stamp) of that is used
to set the `date` field in the exported front-matter.
-- **Reference:** [(org) Special properties](https://orgmode.org/manual/Special-properties.html) or `C-h i g (org) Special properties`
+Reference
+: [(org) Special properties](https://orgmode.org/manual/Special-properties.html) or `C-h i g (org) Special properties`
diff --git a/test/site/content/posts/shortcode-src-blocks.md b/test/site/content/posts/shortcode-src-blocks.md
index bf1bae2..5bb2321 100644
--- a/test/site/content/posts/shortcode-src-blocks.md
+++ b/test/site/content/posts/shortcode-src-blocks.md
@@ -6,7 +6,8 @@ draft = false
Here are few variables that you might like to change in the `local.mk`:
-- **`prefix`:** Org installation directory
+`prefix`
+: Org installation directory
{{< highlight makefile>}}
prefix = /dir/where/you/want/to/install/org # Default: /usr/share
@@ -15,21 +16,27 @@ Here are few variables that you might like to change in the `local.mk`:
The `.el` files will go to `$(prefix)/emacs/site-lisp/org` by
default. If you'd like to change that, you can tweak the
`lispdir` variable.
-- **`infodir`:** Org Info installation directory. I like to keep the
+
+`infodir`
+: Org Info installation directory. I like to keep the
Info file for development version of Org in a separate
directory.
{{< highlight makefile>}}
infodir = $(prefix)/org/info # Default: $(prefix)/info
{{< /highlight >}}
-- **`ORG_MAKE_DOC`:** Types of Org documentation you'd like to build by
+
+`ORG_MAKE_DOC`
+: Types of Org documentation you'd like to build by
default.
{{< highlight makefile>}}
# Define below you only need info documentation, the default includes html and pdf
ORG_MAKE_DOC = info pdf card # html
{{< /highlight >}}
-- **`ORG_ADD_CONTRIB`:** Packages from the `contrib/` directory that
+
+`ORG_ADD_CONTRIB`
+: Packages from the `contrib/` directory that
you'd like to build along with Org. Below are the ones on my
_must-have_ list.
diff --git a/test/site/content/posts/source-block-with-highlighting.md b/test/site/content/posts/source-block-with-highlighting.md
index 52435d6..1a966ff 100644
--- a/test/site/content/posts/source-block-with-highlighting.md
+++ b/test/site/content/posts/source-block-with-highlighting.md
@@ -45,9 +45,12 @@ With line numbers enabled, the highlighting is limited to the width of
the HTML table rows (because `ox-hugo` sets the `linenos=table` option
in the `highlight` shortcode when line numbers are enabled).
-- **Note 1:** When using both, switches (like `-n`), and header args
+Note 1
+: When using both, switches (like `-n`), and header args
(like `:hl_lines`), the