diff options
author | Phill <ph1ll@users.noreply.github.com> | 2018-03-26 00:19:00 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-25 16:19:00 -0700 |
commit | ba0855b3ef149cc3b13fdf9b9346f8c1b4f71274 (patch) | |
tree | c182c3f4a44eca82a9f00e99c4ac246479941c88 | |
parent | 0efc807f6912d3f1b3fb9e947ed69dfbd74afb0a (diff) |
Replace image 'url' with 'destination' (#512)
-rw-r--r-- | CommonMark.dtd | 2 |
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)> |