eggcaker / jekyll-org

org-mode converter for Jekyll.
http://eggcaker.github.io/jekyll-org
MIT License
132 stars 29 forks source link

Images? #26

Closed flowsta closed 4 years ago

flowsta commented 6 years ago

Have you tried to insert an image?

If you have something like this:

#+CAPTION: Caption
#+ATTR_HTML: :alt alt attribute :title title attribute
http://url-image.jpg

The HTML is:

<p>http://url-image.jpg</p>

And there is not an image displayed but text.

Have I missed something to make it work?

Best!

kevzettler commented 6 years ago

you can render the image like:

[[http://url-image.jpg]]

I don't believe the #+ATTR_HTML: works though

maybe @eggcaker can confirm

eggcaker commented 6 years ago

normal i using the [[image url ]] syntax to insert image