From d0bf1d69065b7cc80c6c0006a439831845bac401 Mon Sep 17 00:00:00 2001 From: jsteuer Date: Mon, 17 Feb 2020 20:46:49 +0100 Subject: add inline link examples with empty link text #636 (#637) --- spec.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index bee56f1..c62df5b 100644 --- a/spec.txt +++ b/spec.txt @@ -7512,7 +7512,8 @@ Here is a simple inline link: ```````````````````````````````` -The title may be omitted: +The title, the link text and even +the destination may be omitted: ```````````````````````````````` example [link](/uri) @@ -7520,8 +7521,12 @@ The title may be omitted:

link

```````````````````````````````` +```````````````````````````````` example +[](./target.md) +. +

+```````````````````````````````` -Both the title and the destination may be omitted: ```````````````````````````````` example [link]() @@ -7536,6 +7541,13 @@ Both the title and the destination may be omitted:

link

```````````````````````````````` + +```````````````````````````````` example +[]() +. +

+```````````````````````````````` + The destination can only contain spaces if it is enclosed in pointy brackets: -- cgit v1.2.3