Skip to content

Commit

Permalink
Added test files for the :auto_dd_para optioon
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorn committed Jan 2, 2018
1 parent fd24716 commit 2b88bc5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/testcases/block/13_definition_list/auto_dd_para.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<dl>
<dt>item</dt>
<dd>
<p>text</p>

<p>text</p>
</dd>
</dl>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:auto_dd_para: true
4 changes: 4 additions & 0 deletions test/testcases/block/13_definition_list/auto_dd_para.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
item
: text

text

0 comments on commit 2b88bc5

Please sign in to comment.