Data Collection Service call +41 44 871 21 99

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

How to use/write Markdowns

# Hello, This is a simple paragraph in Markdown. You can *italicize* text, **bold** text, and you can create [hyperlinks](http://www.example.com). You can also create lists:
- Item 1
- Item 2
- Item 3

**Markdown Component takes a markdownContent input and renders it as HTML.**
Here is an example of how to use it:
**#Usage: <markdown [markdownContent]="yourMarkdownContent"></markdown>**
**Shows default Markdown Content for reference**
**#Usage: html<markdown showEditor="true"></markdown>**
**Markdown also supports nested lists:**

1. First item
    - Sub-item 1
    - Sub-item 2
2. Second item
3. Third item 

Resultat

Hello, This is a simple paragraph in Markdown. You can italicize text, bold text, and you can create hyperlinks. You can also create lists:

  • Item 1

  • Item 2

  • Item 3

Markdown Component takes a markdownContent input and renders it as HTML.
Here is an example of how to use it:
#Usage: <markdown [markdownContent]="yourMarkdownContent"></markdown>
Shows default Markdown Content for reference
#Usage: html<markdown showEditor="true"></markdown>
Markdown also supports nested lists:

  1. First item

    • Sub-item 1

    • Sub-item 2

  2. Second item

  3. Third item

  • No labels