How to add more images inside the content #1285
Answered
by
arahmitz
BabaRagnarok
asked this question in
Q&A
-
I added the default image to my articles. Everything OK. I can't figure out how to correctly insert the other images to be included within the content in the post |
Beta Was this translation helpful? Give feedback.
Answered by
arahmitz
Mar 3, 2024
Replies: 2 comments
-
You just add them in markdown using proper syntax Remember to properly slot your images under static folder - I've had problems with it before :D |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BabaRagnarok
-
Amazing! Now is working thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just add them in markdown using proper syntax
![alt-text](path to your file "if you want caption, write it in parenthesis")
Remember to properly slot your images under static folder - I've had problems with it before :D