Embedded Markdown
# Embedding Markdown
Markdown taken from the **content** of the `pb-markdown`.
* A list item
1. first subpoint
1. second subpoint
* Another list item
```xquery
for $i in 1 to 10
return
$i * 2
```
Markdown using literal HTML
# Embedded HTML
To pass markdown with embedded HTML, enclose the content into
a `template`.
This is embedded HTML
Shows fallback message
**Failed to load content**!
Resolve relative URLs
**Loading** content
Load from absolute URL
**Loading** content ...