Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5634,7 +5634,8 @@ The link text will be used as the image's alt text:

An image with nonempty alt text, occurring by itself in a
paragraph, will be rendered as a figure with a caption. The
image's alt text will be used as the caption.
image's alt text will be used as the caption. To set alt text
as well as a caption, use the 'alt' link_attribute (see below).

![This is the caption](/url/of/image.png)

Expand All @@ -5657,7 +5658,7 @@ and the caption and figure tags will be omitted.

Attributes can be set on links and images:

An inline ![image](foo.jpg){#id .class width=30 height=20px}
An inline ![image](foo.jpg){#id .class width=30 height=20px alt="Alt text"}
and a reference ![image][ref] with attributes.

[ref]: foo.jpg "optional title" {#id .class key=val key2="val 2"}
Expand Down