build(aio): convert triple backtick blocks to code-example
tags
Closes #16246
This commit is contained in:

committed by
Miško Hevery

parent
24b9067047
commit
f32bfcdbe5
@ -85,6 +85,17 @@
|
||||
</hero-details>
|
||||
</code-example>
|
||||
|
||||
## Backticked code blocks
|
||||
|
||||
```html
|
||||
<hero-details>
|
||||
<h2>Mister Fantastic</h2>
|
||||
<hero-team>
|
||||
<h3>Losing Team</h3>
|
||||
</hero-team>
|
||||
</hero-details>
|
||||
```
|
||||
|
||||
<h2><live-example></h2>
|
||||
|
||||
<p>Plain live-example</p>
|
||||
|
Reference in New Issue
Block a user