Inserting images using Flask-FlastPages
问题 I have created my blog using Flask-FlatPages and the posts are in Markdown, the challenge I'm having is inserting images in my blog post. The traditional way of inserting images in markdown is not working. I also tried this without success:  }}) 回答1: Here is a quick fix! let's say we have a images folder, and we want to use the images/flower.jpg Step 1 : Put the images folder in the static folder. Step 2 : In the text, link the image