Skip to content

Commit

Permalink
Fenced code blocks内の空行のテストを追記した #14
Browse files Browse the repository at this point in the history
  • Loading branch information
inao committed Mar 11, 2014
1 parent 719d7dc commit 420afe2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions t/issue_14_fenced_code.t
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,30 @@ abcd
<ParaStyle:半行アキ>
<ParaStyle:リスト>abcd
=== code (blank line)
--- in md2inao
```
abcd
efgh
```
--- expected
<ParaStyle:半行アキ>
<ParaStyle:リスト>abcd
<ParaStyle:リスト>
<ParaStyle:リスト>efgh
=== command (blank line)
--- in md2inao
```
!!! cmd
abcd
efgh
```
--- expected
<ParaStyle:半行アキ>
<ParaStyle:リスト白文字>abcd
<ParaStyle:リスト白文字>
<ParaStyle:リスト白文字>efgh

0 comments on commit 420afe2

Please sign in to comment.