From a1e41612c19745405ab1f9852896d3d03d7cfee0 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 23 Dec 2022 09:25:19 -0600 Subject: [PATCH] fix unescaped quotes --- content/tech/activitypub/tag.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tech/activitypub/tag.md b/content/tech/activitypub/tag.md index 507fa46..462e7a6 100644 --- a/content/tech/activitypub/tag.md +++ b/content/tech/activitypub/tag.md @@ -62,7 +62,7 @@ Consider the following Article: "id": "https://social.trwnh.com/about", "type": "Article", - "content": "

My homepage is trwnh.com

", + "content": "

My homepage is trwnh.com

", "tag": [ { "type": "Link", @@ -90,7 +90,7 @@ In Misskey, a quote is a post that embeds a copy of another post below it. Using "id": "https://example.com/@alice/statuses/1578798374936652608", "type": "Note", - "content": "

This post is pretty cool RE: https://trwnh.com/objects/e9c427d8-cef1-48bd-ab89-59a6df29673b

", + "content": "

This post is pretty cool RE: https://trwnh.com/objects/e9c427d8-cef1-48bd-ab89-59a6df29673b

", "tag": [ { "type": "Link",