Fix Markdown
This commit is contained in:
parent
e555284cb5
commit
0f64b45e46
2 changed files with 10 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
||||||
#Release Notes
|
# Release Notes
|
||||||
|
|
||||||
##1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
###Added
|
|
||||||
- Import all Images from Folder
|
- Import all Images from Folder
|
||||||
- Create new Post for each Image
|
- Create new Post for each Image
|
||||||
- Add default Tags at the end of a Content
|
- Add default Tags at the end of a Content
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#Pixelfed Importer
|
# Pixelfed Importer
|
||||||
|
|
||||||
a Python script to publish all images from a folder to Pixelfed
|
a Python script to publish all images from a folder to Pixelfed
|
||||||
|
|
||||||
##Config
|
## Config
|
||||||
|
|
||||||
To use this you need a config.json
|
To use this you need a config.json
|
||||||
|
|
||||||
```JSON
|
```JSON
|
||||||
|
@ -13,5 +14,6 @@ To use this you need a config.json
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
##tags
|
## 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.
|
You can add a tags.txt, in which standard tags can be stored, which will always be added at the end of a post.
|
Loading…
Add table
Reference in a new issue