jacobtomlinson / carte-noire

A simple jekyll theme for blogging
http://carte-noire.jacobtomlinson.co.uk/
Other
298 stars 219 forks source link

Add images #85

Closed totovr closed 6 years ago

totovr commented 6 years ago

Hello! I'm trying to display some pictures in the posts but I don't know why is not showing nothing

<img src="Assets/RSJ1.JPG" width="600">
matthiaslischka commented 6 years ago

I use the markdown syntax for this

![alt text]({{"/Assets/RSJ1.JPG"}})
totovr commented 6 years ago

Also I change the syntax for this one

<img src="name_of_the_user.io//assets/RSJ/RSJ1.JPG" width="600">

and is working, thanks!