Skip to content

Commit

Permalink
table style tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Feb 29, 2024
1 parent bff5e57 commit 84a8be4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/tev2-glossaries-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,31 @@ The same, but now generating the glossary in a table format. We use the [MRGRef]
| :--- | :---------- |
{% hrg="" converter="{{#if glossaryNotes}}| {{noRefs glossaryTerm}} | {{glossaryText}}{{#if glossaryNotes}}<br/><br/>**Notes**\n\n<ul>{{#each glossaryNotes}}\n<li>{{this}}</li>{{/each}}\n</ul>{{/if}} |\n{{/if}}


## Table style test 1

~~~ markdown
| Header 1 | Header 2 |
| -------------- | -------------- |
| Regular text | <ul><li>Item 1</li><li>Item 2</li><li>Item 3</li></ul> |
~~~

| Header 1 | Header 2 |
| -------------- | -------------- |
| Regular text | <ul><li>Item 1</li><li>Item 2</li><li>Item 3</li></ul> |

## Table style test 2

~~~ markdown
| Header 1 | Header 2 |
| -------------- | -------------- |
| Regular text | - Item 1<br> - Item 2<br> - Item 3 |
~~~

| Header 1 | Header 2 |
| -------------- | -------------- |
| Regular text | - Item 1<br> - Item 2<br> - Item 3 |

</TabItem>

</Tabs>

0 comments on commit 84a8be4

Please sign in to comment.