final example for docs
This commit is contained in:
@@ -148,7 +148,7 @@ Click on an image to enlarge it.
|
|||||||
|
|
||||||
<!--EXAMPLE2-END-->
|
<!--EXAMPLE2-END-->
|
||||||
|
|
||||||
### Example 3: Text + template
|
### Example 3: Text + Template
|
||||||
<sub><sup>[↑ back to top](#meme-otron-guide)</sup></sub>
|
<sub><sup>[↑ back to top](#meme-otron-guide)</sup></sub>
|
||||||
|
|
||||||
<!--EXAMPLE3-START-->
|
<!--EXAMPLE3-START-->
|
||||||
|
|||||||
+9
-1
@@ -61,7 +61,15 @@ def main():
|
|||||||
"culture",
|
"culture",
|
||||||
"meme otron")
|
"meme otron")
|
||||||
|
|
||||||
# TODO example 4 : complex composition
|
content = produce_example(content, "EXAMPLE4", "example4.jpg",
|
||||||
|
"",
|
||||||
|
"image",
|
||||||
|
"https://i.imgur.com/DNLFUuK.png",
|
||||||
|
"-",
|
||||||
|
"text",
|
||||||
|
"meme-otron dev close to finishing the idea",
|
||||||
|
"-",
|
||||||
|
"holup")
|
||||||
|
|
||||||
with open(doc_file, mode='w') as f:
|
with open(doc_file, mode='w') as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user