2018-03-19 23:39:42 +01:00
|
|
|
# Regular heading
|
2015-04-13 08:47:15 -07:00
|
|
|
|
2018-03-19 23:39:42 +01:00
|
|
|
<h1>Inline HTML Heading {MD033}</h1>
|
2015-04-13 08:47:15 -07:00
|
|
|
|
|
|
|
|
<p>More inline HTML {MD033}
|
|
|
|
|
but this time on multiple lines
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<h1>This shouldn't trigger as it's inside a code block</h1>
|
|
|
|
|
|
|
|
|
|
```text
|
2019-04-17 14:42:17 -07:00
|
|
|
<p>Neither should this as it's also in a code block {MD046:11}</p>
|
2015-04-13 08:47:15 -07:00
|
|
|
```
|
2019-06-04 23:19:49 -07:00
|
|
|
|
|
|
|
|
## Elements in code spans
|
|
|
|
|
|
|
|
|
|
Text `<code>` text \` text
|
|
|
|
|
Text \` text `<code>` text
|
|
|
|
|
Text \` text \` text `<code>` text
|
|
|
|
|
Text \` text `<code>` text `<code>` text
|
|
|
|
|
Text \` text `<code>` text \` text `<code>` text
|
|
|
|
|
Text \`\` text `<code>` text
|
|
|
|
|
Text `<code>` text \` text `<code>` text
|
2019-07-25 21:40:27 -07:00
|
|
|
|
|
|
|
|
## Slash in element name
|
|
|
|
|
|
|
|
|
|
Text **\<base directory>\another\directory\\<slash/directory>** text
|
2019-10-23 20:11:11 -07:00
|
|
|
|
|
|
|
|
## Self-closing elements
|
|
|
|
|
|
|
|
|
|
<hr> {MD033}
|
|
|
|
|
|
|
|
|
|
<hr/> {MD033}
|
|
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
|
|
<a href="https://example.com">Google</a> {MD033}
|
|
|
|
|
|
|
|
|
|
<a href="https://example.com" target="_blank">Google</a> {MD033}
|
|
|
|
|
|
|
|
|
|
<a href="https://example.com:9999" target="_blank">Google</a> {MD033}
|