~sircmpwn/sr.ht-dev

srht.site: Close </p> tag in quickstart.md v1 REJECTED

Hedy Li: 1
 Close </p> tag in quickstart.md

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/20359/mbox | git am -3
Learn more about email & git

[PATCH srht.site] Close </p> tag in quickstart.md Export this patch

---
Not sure if html tag needs to be closed though.

If this is accepted, the sourcehut blog post might also need to be
updated

 content/quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/quickstart.md b/content/quickstart.md
index e76bd92..b2fb109 100644
--- a/content/quickstart.md
+++ b/content/quickstart.md
@@ -29,7 +29,7 @@ Here's a simple example. Let's say you write this file to `index.html`:
<meta charset="utf-8" />
<title>My sourcehut page</title>
<h1>My sourcehut page</h1>
<p>Welcome to my cool sourcehut page!
<p>Welcome to my cool sourcehut page!</p>
```

You can create a tarball for it like so:
-- 
2.25.1
NACK, you don't have to close <p> tags according to the HTML5 spec.