Skip to content

Commit 5f0dfc3

Browse files
committed
[TASK] Add tests for images with relative paths
1 parent ffb85cd commit 5f0dfc3

File tree

12 files changed

+432
-0
lines changed

12 files changed

+432
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- content start -->
2+
<div class="section" id="dir-2-title">
3+
<h1>Dir 2 Title</h1>
4+
5+
<p>Lorem Ipsum Dolor.</p>
6+
7+
8+
<p><img src="../../images/hero-illustration.svg" alt="Hero Illustrations"/></p>
9+
10+
</div>
11+
<!-- content end -->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- content start -->
2+
<div class="section" id="some-page-in-dir-2">
3+
<h1>Some Page in dir 2</h1>
4+
5+
<p>Lorem Ipsum <code>Dolor</code>.</p>
6+
7+
</div>
8+
<!-- content end -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- content start -->
2+
<div class="section" id="dir-1-title">
3+
<h1>Dir 1 Title</h1>
4+
5+
<p>Lorem Ipsum Dolor.</p>
6+
7+
8+
<p><img src="../images/hero-illustration.svg" alt="Hero Illustrations"/></p>
9+
10+
</div>
11+
<!-- content end -->
Lines changed: 180 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- content start -->
2+
<div class="section" id="document-title">
3+
<h1>Document Title</h1>
4+
5+
<p>Lorem Ipsum Dolor.</p>
6+
7+
</div>
8+
<!-- content end -->
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dir 2 Title
2+
3+
Lorem Ipsum Dolor.
4+
5+
![Hero Illustrations](../../images/hero-illustration.svg)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# Some Page in dir 2
3+
4+
Lorem Ipsum `Dolor`.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dir 1 Title
2+
3+
Lorem Ipsum Dolor.
4+
5+
![Hero Illustrations](../images/hero-illustration.svg)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<guides xmlns="https://www.phpdoc.org/guides"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="https://www.phpdoc.org/guides packages/guides-cli/resources/schema/guides.xsd"
5+
theme="bootstrap"
6+
input-format="md"
7+
links-are-relative="1"
8+
automatic-menu="true"
9+
>
10+
<extension class="phpDocumentor\Guides\Bootstrap"/>
11+
</guides>

0 commit comments

Comments
 (0)