Potentially missing @html tag in <pre> element

Tutorial page rendered the <p></p> tags as plaintext in the html body. Seems an @html tag would solve the issue.
pull/8242/head
Peter 4 years ago committed by GitHub
parent e875a76ad1
commit 70901628ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
<div contenteditable="true"></div>
<pre>{html}</pre>
<pre>{@html html}</pre>
<style>
[contenteditable] {
@ -12,4 +12,4 @@
border: 1px solid #eee;
border-radius: 4px;
}
</style>
</style>

Loading…
Cancel
Save