Skip to content

Commit

Permalink
feat: Failing test for header indentation jamesramsay#387
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Oct 5, 2017
1 parent 7dc0a25 commit c16a917
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/fixtures/headers/_expect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Heading

## Sub-heading

Content
3 changes: 3 additions & 0 deletions test/fixtures/headers/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Heading

:[](sub-index.md)
3 changes: 3 additions & 0 deletions test/fixtures/headers/sub-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sub-heading

Content

0 comments on commit c16a917

Please sign in to comment.