diff options
| author | KrystianUjma <kujma@virtuslab.com> | 2019-04-10 17:34:45 +0200 |
|---|---|---|
| committer | KrystianUjma <kujma@virtuslab.com> | 2019-04-10 17:34:45 +0200 |
| commit | fb4149a5e7a57a7ea51fb66dc64538102be01737 (patch) | |
| tree | 7b833a2aad590c3979c8598c2b66a5ed82adc4a4 /core/testdata/format/gfm | |
| parent | 9b4a616e483e4ce0dc4dd74a66a585454bda3f2c (diff) | |
| download | dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.tar.gz dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.tar.bz2 dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.zip | |
fix tests #2 - fails caused by bad index.html paths and missing paragraphs
Diffstat (limited to 'core/testdata/format/gfm')
| -rw-r--r-- | core/testdata/format/gfm/listInTableCell.md | 2 | ||||
| -rw-r--r-- | core/testdata/format/gfm/sample.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/testdata/format/gfm/listInTableCell.md b/core/testdata/format/gfm/listInTableCell.md index 359ad916..59fba5c4 100644 --- a/core/testdata/format/gfm/listInTableCell.md +++ b/core/testdata/format/gfm/listInTableCell.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/gfm/sample.md b/core/testdata/format/gfm/sample.md index 2b082296..a720881f 100644 --- a/core/testdata/format/gfm/sample.md +++ b/core/testdata/format/gfm/sample.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo |
