Skip to content

Commit 0ea10c9

Browse files
committed
[TASK] Add incomplete tests for Embedded URLS in Markdown
references: #1096
1 parent 6dd4a43 commit 0ea10c9

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-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="sample-markdown-document">
3+
<h1>Sample Markdown Document</h1>
4+
5+
<p>See <a href="https://www.example.com">https://www.example.com</a> for additional information.</p>
6+
7+
8+
<p>See also <a href="https://www.example.com/more">https://www.example.com/more</a>.</p>
9+
10+
</div>
11+
<!-- content end -->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
input-format="md"
6+
>
7+
</guides>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Sample Markdown Document
2+
3+
See https://www.example.com for additional information.
4+
5+
See also https://www.example.com/more.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Embedded URLS are not linked

0 commit comments

Comments
 (0)