mirror of
https://github.com/adulau/mastodon-markdown-archive.git
synced 2024-11-21 17:37:06 +00:00
Fix header hierarchy
This commit is contained in:
parent
15074344dc
commit
be9b679eee
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue