aboutsummaryrefslogtreecommitdiff
path: root/CommonMark.dtd
diff options
context:
space:
mode:
authorPhill <ph1ll@users.noreply.github.com>2018-03-26 00:19:00 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-25 16:19:00 -0700
commitba0855b3ef149cc3b13fdf9b9346f8c1b4f71274 (patch)
treec182c3f4a44eca82a9f00e99c4ac246479941c88 /CommonMark.dtd
parent0efc807f6912d3f1b3fb9e947ed69dfbd74afb0a (diff)
Replace image 'url' with 'destination' (#512)
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 68d0612..62e5c8a 100644
--- a/CommonMark.dtd
+++ b/CommonMark.dtd
@@ -67,7 +67,7 @@
<!ELEMENT image (%inline;)*>
<!ATTLIST image
- url CDATA #REQUIRED
+ destination CDATA #REQUIRED
title CDATA #IMPLIED>
<!ELEMENT html_inline (#PCDATA)>