~sircmpwn/sr.ht-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Details
Message ID
<C9D69AXZYW8A.R6Y5129KW7CR@tilde>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
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
Details
Message ID
<C9DK8RQGC1UT.1WBVVWQZD8570@taiga>
In-Reply-To
<C9D69AXZYW8A.R6Y5129KW7CR@tilde> (view parent)
DKIM signature
missing
Download raw message
NACK, you don't have to close <p> tags according to the HTML5 spec.
Reply to thread Export thread (mbox)