From 4d4a3f72892ee50207e50e447a03f61e5c267867 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 10 Nov 2014 10:52:11 -0800 Subject: Allow images to contain images. --- spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 21f2633..eaf7a1b 100644 --- a/spec.txt +++ b/spec.txt @@ -5889,8 +5889,8 @@ difference. Instead of [link text](#link-text), we have an [image description](@image-description). The rules for this are the same as for [link text](#link-text), except that (a) an image description starts with `![` rather than `[`, and -(b) an image description may contain links, but not images -(even deeply nested). An image description has inline elements +(b) an image description may contain links. +An image description has inline elements as its contents. When an image is rendered to HTML, this is standardly used as the image's `alt` attribute. @@ -5911,7 +5911,7 @@ this is standardly used as the image's `alt` attribute. . ![foo ![bar](/url)](/url2) . -

![foo bar](/url2)

+

foo bar

. . -- cgit v1.2.3