- From the edit page view, click Add to Content then click Add Block.
- From the Add Block modal, select Markdown.
- The Add Markdown form will appear.
- Markdown formatting elements can be displayed as code. To display Markdown text as code use backtick ` marks as follows:
- Single line of Markdown
`**Bold,** *italics*, or ***bold italics*** ` - Multiple lines of Markdown
```
## Header 2
1. Item 1
2. Item 2
3. ~~Item 3~~
4. Item 4
```
- Single line of Markdown
- After entering the required Markdown content, click the Add+ button to add the block to the page.
Note: Markdown-formatted text will display with the formatting applied in the Add Markdown and Edit Markdown forms. - The Markdown block will now appear on the page in edit mode. Select the Publish My Edits button to save the block to the page.
- Publishing the changes exits the edit page view and displays the content as it will appear to learners.
HTML formatting elements can also be displayed as code. To display HTML as code use backtick ` marks as follows:- Single line of HTML
`<img src="logo.png" width="200" height="50"/>` - Multiple lines of HTML
```
<html>
<head>
<title>Sample HTML Document</title>
</head>
<body></body>
</html>
```
Additional information for Markdown
https://simplemde.com/markdown-guide
https://www.markdownguide.org/
- Single line of HTML
How do I add a Markdown block? Print
Modified on: Mon, 6 Jun, 2022 at 3:04 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.