diff --git a/README.md b/README.md
index b0e7950d1..133bcac01 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,10 @@ For example, to render a markdown section with half font-size, you can write the
Some custom HTML tags were created (in the `js/custom-tags.js`) to facilitate the rendering of some components.
The following custom tags are available:
-- "Not supported by ACCESS-NRI" admonition
+- **"Not supported by ACCESS-NRI" admonition**
The `` tag renders a preset "Not supported by ACCESS-NRI" admonition.
-- References
+
+- **References**
The ` ... ` tag renders references to be used at the bottom of a page. Each reference inside `...` should be a link preceded by a hyphen (`-`) and will be treated as a separate bullet point. Spaces between different references will be disregarded for the rendering.
For example, to reference 2 links you can write:
```
@@ -64,7 +65,8 @@ The following custom tags are available:
- [Second reference](second-reference-url)
```
-- Simulated terminal info
+
+- **Simulated terminal info**
The tag renders a preset info admonition on the pages where simulated terminal are used. It should not be used manually as it is automatically embedded in the pages containing simulated terminals.