aboutsummaryrefslogtreecommitdiff
path: root/CommonMark.dtd
diff options
context:
space:
mode:
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 9e8aeda..17aa83e 100644
--- a/CommonMark.dtd
+++ b/CommonMark.dtd
@@ -1,7 +1,7 @@
<!-- DTD for CommonMark xml export format -->
<!ENTITY % block
- 'block_quote|list|code_block|html|paragraph|heading|hrule'>
+ 'block_quote|list|code_block|html|paragraph|heading|thematic_break'>
<!ENTITY % inline
'text|softbreak|linebreak|code|inline_html|emph|strong|link|image'>
@@ -35,7 +35,7 @@
<!ATTLIST heading
level (1|2|3|4|5|6) #REQUIRED>
-<!ELEMENT hrule EMPTY>
+<!ELEMENT thematic_break EMPTY>
<!-- inline elements -->