diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-11-07 12:20:30 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-11-07 12:20:30 +0100 |
commit | 3836f30f2e1f378c7273ba21a74e2fca7feeba70 (patch) | |
tree | 4d131c8f38ea30bc6ef4e5904d8d898dc8f04392 | |
parent | f06712a45edc385e59617aa455570d8bb2acb6d9 (diff) |
Revert "CommonMark.dtd: rename root element document -> CommonMark."
This reverts commit f06712a45edc385e59617aa455570d8bb2acb6d9.
This needs further thought.
-rw-r--r-- | CommonMark.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CommonMark.dtd b/CommonMark.dtd index 33698bd..68d0612 100644 --- a/CommonMark.dtd +++ b/CommonMark.dtd @@ -5,8 +5,8 @@ <!ENTITY % inline 'text|softbreak|linebreak|code|emph|strong|link|image|html_inline|custom_inline'> -<!ELEMENT CommonMark (%block;)*> -<!ATTLIST CommonMark +<!ELEMENT document (%block;)*> +<!ATTLIST document xmlns CDATA #FIXED "http://commonmark.org/xml/1.0"> <!-- block elements --> |