aboutsummaryrefslogtreecommitdiff
path: root/CommonMark.dtd
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-07 12:20:30 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-07 12:20:30 +0100
commit3836f30f2e1f378c7273ba21a74e2fca7feeba70 (patch)
tree4d131c8f38ea30bc6ef4e5904d8d898dc8f04392 /CommonMark.dtd
parentf06712a45edc385e59617aa455570d8bb2acb6d9 (diff)
Revert "CommonMark.dtd: rename root element document -> CommonMark."
This reverts commit f06712a45edc385e59617aa455570d8bb2acb6d9. This needs further thought.
Diffstat (limited to 'CommonMark.dtd')
-rw-r--r--CommonMark.dtd4
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 -->