From be9b679eee410286e6a7bdc0fed6976fb146300e Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Sat, 3 Aug 2024 09:25:23 +0200 Subject: [PATCH] Fix header hierarchy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9770591..4363d84 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,6 @@ For example, `--download-media="bundle" --filename='{{ .Post.CreatedAt | date "2 This is done specifically to support Hugo [page bundles](https://gohugo.io/content-management/page-bundles). -### Known issues +## Known issues 1. A reply post may still appear in the list of posts despite using `--exclude-replies`. This happens when the post in question is a reply to a post that has since been deleted. It looks like Mastodon's API stops treating the reply as a reply. It no longer points to another post, and thus is not affected by the `exclude_replies` parameter. \ No newline at end of file