Bug 467624 - [asciidoc] support for images
Summary: [asciidoc] support for images
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.6   Edit
Assignee: Max Rydahl Andersen CLA
QA Contact: David Green CLA
URL:
Whiteboard:
Keywords: contributed
Depends on: 418563
Blocks:
  Show dependency tree
 
Reported: 2015-05-19 18:28 EDT by Max Rydahl Andersen CLA
Modified: 2015-07-24 10:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Rydahl Andersen CLA 2015-05-19 18:28:47 EDT
support image links:

 image:sunset.jpg[] (inline, the rest are blocks)
    image::sunset.jpg[]
    image::sunset.jpg[Sunset]
    image::http://eclipse.org/logo.png[Eclipse Logo]
    image::sunset.jpg[title="Sunset", width=23]
    image::sunset.jpg[caption="Figure 1: ", title="A mountain sunset", alt="Sunset", width="300", height="200", link="http://www.flickr.com/photos/javh/5448336655"]
Comment 2 David Green CLA 2015-07-24 10:34:29 EDT
Thanks for the contribution Max.