docs(howto): fix second instance of github html parsing error

This commit is contained in:
iLPdev 2023-07-23 14:52:43 -07:00 committed by GitHub
parent 35d7b95c48
commit 31a2178614

View file

@ -66,8 +66,11 @@ instead do something like this:
```html ```html
<html> <html>
Expand All <body>
@@ -69,32 +78,46 @@ If you'd rather not take advantage of Evennia's base styles, you can do somethin <h1>A story about a tree</h1>
<p>
This is a story about a tree, a classic tale ...
</body>
</html> </html>
``` ```