Add support for extensionless URLs (pretty URLs) #380
Annotations
3 errors and 1 warning
Test:
tests/Elastic.Markdown.Tests/Inline/AnchorLinkTests.cs#L168
Expected Html "<section id="hello-world"><h2>Hello world<a class="headerlink" href="#hello-world" title="Link to this heading">¶</a>
</h2>
</section>
<p>A paragraph</p>
<p><a href="testing/req#heading-inside-dropdown">Heading inside dropdown</a></p>" to contain "<a href="testing/req.html#heading-inside-dropdown">Heading inside dropdown</a>".
|
Test:
tests/Elastic.Markdown.Tests/Inline/InlineAnchorTests.cs#L205
Expected Html "<section id="hello-world"><h2>Hello world<a class="headerlink" href="#hello-world" title="Link to this heading">¶</a>
</h2>
</section>
<p>A paragraph</p>
<p><a href="testing/req#custom-anchor">Sub Requirements</a></p>
<p><a id="same-page-anchor"></a></p>" to contain "<p><a href="testing/req.html#custom-anchor">Sub Requirements</a></p>".
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading