Through markdownText attribute

Through ng-content

# H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 **bold text** __bold text__ _italic text_ *italic text* ***bold and italic text*** ___bold and italic text___ > blockquote 1. First item 2. Second item 3. Third item - First item - Second item - Third item `inline code` First line Second line --- [title](https://www.koobiq.io) ![](https://koobiq.io/assets/images/koobiq-illustration-wip.png) ![With caption text](https://koobiq.io/assets/images/koobiq-illustration-wip.png) _Image caption text_ | Syntax | Description | Left-aligned | Center-aligned | Right-aligned | | --------- | ----------- | :----------- | :------------: | ------------: | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | | Header | Title | git status | git status | git status | | Paragraph | Text | git diff | git diff | git diff | ```bash npm install jquery ``` **NOT WORK** Here's a sentence with a footnote. [^1] [^1]: This is the footnote. [currently, footnotes are not supported by markedjs](https://github.com/markedjs/marked/issues/714) **NOT WORK** # Custom ID heading {{'{#custom-id}'}} **NOT WORK** ### Definition list term : definition ~~The world is flat.~~ **NOT WORK** ### Task Lists - [x] Write the press release - [ ] Update the website - [ ] Contact the media **NOT WORK** ### emoji That is so funny! :joy: **NOT WORK** I need to highlight these ==very important words==. H~2~O X^2^

Through service

Through inline template