From 0f64b45e464aaf9073b6834d4e5d6c79fc579011 Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Wed, 16 Aug 2023 00:01:54 +0200 Subject: [PATCH] Fix Markdown --- CHANGELOG.md | 7 ++++--- README.md | 10 ++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0483c70..d5e669e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -#Release Notes +# Release Notes -##1.0.0 +## 1.0.0 + +### Added -###Added - Import all Images from Folder - Create new Post for each Image - Add default Tags at the end of a Content diff --git a/README.md b/README.md index d90b8f7..4411b57 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -#Pixelfed Importer +# Pixelfed Importer a Python script to publish all images from a folder to Pixelfed -##Config +## Config + To use this you need a config.json ```JSON @@ -13,5 +14,6 @@ To use this you need a config.json } ``` -##tags -You can add a tags.txt, in which standard tags can be stored, which will always be added at the end of a post. \ No newline at end of file +## tags + +You can add a tags.txt, in which standard tags can be stored, which will always be added at the end of a post.