Skip to content

Commit

Permalink
Replace image 'url' with 'destination' (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1ll authored and jgm committed Mar 25, 2018
1 parent 0efc807 commit ba0855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonMark.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<!ELEMENT image (%inline;)*>
<!ATTLIST image
url CDATA #REQUIRED
destination CDATA #REQUIRED
title CDATA #IMPLIED>

<!ELEMENT html_inline (#PCDATA)>
Expand Down

0 comments on commit ba0855b

Please sign in to comment.