aboutsummaryrefslogtreecommitdiff
path: root/CommonMark.dtd
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-11 20:24:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-11 20:24:20 -0800
commit0c0ae7a0962a7dce1b3328d95d96b9fde6c6cc52 (patch)
treea553fd2997c8e762b648f957e7b50b7025ed77ec /CommonMark.dtd
parenteea23326c89875d6737e6bbeec7f7b201ed36d03 (diff)
xml format: use 'destination' instead of 'url', like the spec.
Diffstat (limited to 'CommonMark.dtd')
-rw-r--r--CommonMark.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonMark.dtd b/CommonMark.dtd
index 9b3deaf..27de97a 100644
--- a/CommonMark.dtd
+++ b/CommonMark.dtd
@@ -59,7 +59,7 @@
<!ELEMENT link (%inline;)*>
<!ATTLIST link
- url CDATA #REQUIRED
+ destination CDATA #REQUIRED
title CDATA #IMPLIED>
<!ELEMENT image (%inline;)*>