Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed May 2, 2024
1 parent 01eaa40 commit 49ec76b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
The following custom tags are available:

- "Not supported by ACCESS-NRI" admonition<br>
- **"Not supported by ACCESS-NRI" admonition**<br>
The `<custom-not-supported/>` tag renders a preset "Not supported by ACCESS-NRI" admonition.
- References<br>

- **References**<br>
The `<custom-references> ... </custom-references>` 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.<br>
For example, to reference 2 links you can write:
```
Expand All @@ -64,7 +65,8 @@ The following custom tags are available:
- [Second reference](second-reference-url)
</custom-references>
```
- Simulated terminal info<br>

- **Simulated terminal info**<br>
The <custom-simulated-terminal-info/> 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.


Expand Down

0 comments on commit 49ec76b

Please sign in to comment.