2023-10-21 22:03:11 -07:00
|
|
|
# Markdown in HTML
|
|
|
|
|
|
|
|
Text
|
|
|
|
|
|
|
|
+ Item
|
|
|
|
|
|
|
|
Text
|
|
|
|
|
|
|
|
<p>
|
|
|
|
## Heading 2a
|
|
|
|
- Text *text* text * text * text ** text ** text `text` text ` text ` text
|
|
|
|
- Text https://example.com/ [ link ](https://example.com/)
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
### Heading 3a ###
|
|
|
|
Text
|
|
|
|
</p>
|
|
|
|
|
|
|
|
Text
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
## Heading 2b {MD019} {MD022}
|
|
|
|
- Text *text* text * text * text ** text ** text `text` text ` text ` text {MD004} {MD007} {MD032} {MD037} {MD038}
|
2023-10-23 20:55:37 -07:00
|
|
|
- Text https://example.com/ [ link ](https://example.com/) {MD004} {MD005} {MD034} {MD039}
|
2023-10-21 22:03:11 -07:00
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
### Heading 3b {MD003} {MD021} {MD022} ###
|
|
|
|
Text
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
2025-01-06 11:35:17 -05:00
|
|
|
<!-- markdownlint-disable-file descriptive-link-text line-length no-inline-html -->
|