small formating

This commit is contained in:
klemek
2020-05-01 23:57:16 +02:00
parent 801edb3e20
commit d6503b9209
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Since version 1.3, Meme-Otron allows you to "pipe" parts in order to compose mor
[part1] - [part2] - ... [part1] - [part2] - ...
``` ```
Each part can be one of the following: Each `part` can be one of the following:
* A template: as described in [Simple use](#simple-use) * A template: as described in [Simple use](#simple-use)
* Texts: ```text "text 1" "text 2" ...``` * Texts: ```text "text 1" "text 2" ...```
+3 -3
View File
@@ -48,7 +48,7 @@ def main():
"See that guy over there?", "See that guy over there?",
"He uses an image editor to make memes", "He uses an image editor to make memes",
"", "",
"meme-otron dev") "meme-otron's dev")
content = produce_example(content, "EXAMPLE3", "example3.jpg", content = produce_example(content, "EXAMPLE3", "example3.jpg",
"Note how texts make paragraphs", "Note how texts make paragraphs",
@@ -56,7 +56,7 @@ def main():
"*Meme has a 'made with meme-otron' watermark*", "*Meme has a 'made with meme-otron' watermark*",
"reddit: ...", "reddit: ...",
"9gag: ...", "9gag: ...",
"meme-otron dev:", "meme-otron's dev:",
"-", "-",
"culture", "culture",
"meme otron") "meme otron")
@@ -67,7 +67,7 @@ def main():
"https://i.imgur.com/DNLFUuK.png", "https://i.imgur.com/DNLFUuK.png",
"-", "-",
"text", "text",
"meme-otron dev close to finishing the idea", "meme-otron's dev close to finishing the idea",
"-", "-",
"holup") "holup")