Skip to content

Commit

Permalink
extended markdown rendering sample page
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Bessle committed Apr 23, 2023
1 parent f348d1f commit aa3f019
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/example/workspace-docs/02-markdown-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This page showcases the ability to use extended markdown formating features in w

`[TOC]` element which renders a table of contents

```markdown
[TOC]
```

will render into

[TOC]

### Render Tables
Expand All @@ -31,12 +37,22 @@ Admonitions create block-styled side content.
```markdown
!!! faq "FAQ"
This is a FAQ.
!!! attention "Warning"
This is a warning message

!!! info "information"
this is an additional information
```

This will be rendered as

!!! faq "FAQ"
This is a FAQ.
!!! attention "Warning"
This is a warning message

!!! info "information"
this is an additional information

### GitLab flavored markdown extensions

Expand Down

0 comments on commit aa3f019

Please sign in to comment.