From 732207b00176856dd8101a27e8d31a90926fa4da Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 3 Apr 2019 10:24:29 -0700
Subject: Update spec

---
 test/spec.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'test')

diff --git a/test/spec.txt b/test/spec.txt
index 4162938..4a3923e 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -2894,6 +2894,17 @@ The link destination may not be omitted:
 .
 <p>[foo]:</p>
 <p>[foo]</p>
+````````````````````````````````
+
+ However, an empty link destination may be specified using
+ angle brackets:
+
+```````````````````````````````` example
+[foo]: <>
+
+[foo]
+.
+<p><a href="">foo</a></p>
 ````````````````````````````````
 
 The title must be separated from the link destination by
-- 
cgit v1.2.3