From b6aa0d024aa55d3a122c66998ec6d43f7800ae7f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 27 Dec 2015 23:25:20 -0800 Subject: CommonMark.dtd - added custom_block, custom_inline. --- CommonMark.dtd | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'CommonMark.dtd') diff --git a/CommonMark.dtd b/CommonMark.dtd index 17aa83e..2cc403f 100644 --- a/CommonMark.dtd +++ b/CommonMark.dtd @@ -1,9 +1,9 @@ + 'block_quote|list|code_block|html|paragraph|heading|thematic_break|custom_block'> + 'text|softbreak|linebreak|code|inline_html|emph|strong|link|image|custom_inline'> @@ -37,6 +37,11 @@ + + #IMPLIED> + @@ -67,6 +72,12 @@ url CDATA #REQUIRED title CDATA #IMPLIED> + + #IMPLIED> + +