Skip to content

Commit

Permalink
[TASK] Add incomplete tests for Embedded URLS in Markdown
Browse files Browse the repository at this point in the history
references: #1096
  • Loading branch information
linawolf committed Sep 30, 2024
1 parent 6dd4a43 commit 0ea10c9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- content start -->
<div class="section" id="sample-markdown-document">
<h1>Sample Markdown Document</h1>

<p>See <a href="https://www.example.com">https://www.example.com</a> for additional information.</p>


<p>See also <a href="https://www.example.com/more">https://www.example.com/more</a>.</p>

</div>
<!-- content end -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<guides xmlns="https://www.phpdoc.org/guides"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides packages/guides-cli/resources/schema/guides.xsd"
input-format="md"
>
</guides>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Sample Markdown Document

See https://www.example.com for additional information.

See also https://www.example.com/more.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Embedded URLS are not linked

0 comments on commit 0ea10c9

Please sign in to comment.