From 31a21786143ddecb3a4334e520457b1a1d232220 Mon Sep 17 00:00:00 2001 From: iLPdev Date: Sun, 23 Jul 2023 14:52:43 -0700 Subject: [PATCH] docs(howto): fix second instance of github html parsing error --- .../Beginner-Tutorial/Part5/Add-a-simple-new-web-page.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part5/Add-a-simple-new-web-page.md b/docs/source/Howtos/Beginner-Tutorial/Part5/Add-a-simple-new-web-page.md index db6458d04b..01e4be1d2f 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part5/Add-a-simple-new-web-page.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part5/Add-a-simple-new-web-page.md @@ -66,8 +66,11 @@ instead do something like this: ```html -Expand All - @@ -69,32 +78,46 @@ If you'd rather not take advantage of Evennia's base styles, you can do somethin + +

A story about a tree

+

+ This is a story about a tree, a classic tale ... + ```