Update Syntax Guide #85
Annotations
9 errors and 2 warnings
Elastic.Markdown.Tests.Inline.ExternalDirectiveLinkTests.GeneratesHtml:
tests/Elastic.Markdown.Tests/Inline/DirectiveBlockLinkTests.cs#L71
Expected Html "<div class="admonition caution" id="caution_ref">
<p class="admonition-title">Caution</p>
<p>This is a 'caution' admonition</p>
</div>
<p><a href="testing/req.html#hint_ref">Sub Requirements</a></p>
" to contain "<p><a href="elastic/search-labs/search/req.html#hint_ref">Sub Requirements</a></p>".
|
Elastic.Markdown.Tests.Inline.InsertPageTitleTests.GeneratesHtml:
tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs#L79
Expected Html "<p><a href="testing/req.html">Special Requirements</a></p>
" to contain "<p><a href="elastic/search-labs/search/req.html">Special Requirements</a></p>".
|
Elastic.Markdown.Tests.Inline.ExternalPageAnchorAutoTitleTests.GeneratesHtml:
tests/Elastic.Markdown.Tests/Inline/AnchorLinkTests.cs#L86
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.html#sub-requirements">Special Requirements > Sub Requirements</a></p>
" to contain "<p><a href="elastic/search-labs/search/req.html#sub-requirements">Special Requirements > Sub Requirements</a></p>".
|
Elastic.Markdown.Tests.SiteMap.NavigationTests.ParsesFilesAndPrefixesPaths:
tests/Elastic.Markdown.Tests/SiteMap/NavigationTests.cs#L26
Expected Configuration.Files {"index.md", "syntax/index.md", "syntax/admonitions.md", "syntax/automated_settings.md", "syntax/code.md", "syntax/conditionals.md", "syntax/dropdowns.md", "syntax/example_blocks.md", "syntax/file_inclusion.md", "syntax/frontmatter.md", "syntax/images.md", "syntax/links.md", "syntax/passthrough.md", "syntax/applies.md", "syntax/sidebars.md", "syntax/substitutions.md", "syntax/sundries.md", "syntax/tables.md", "syntax/tabs.md", "syntax/tagged_regions.md", "syntax/titles.md"} to contain "testing/req.md".
|
Elastic.Markdown.Tests.Inline.LinkToPageTests.GeneratesHtml:
tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs#L62
Expected Html "<p><a href="testing/req.html">Requirements</a></p>
" to contain "<p><a href="elastic/search-labs/search/req.html">Requirements</a></p>".
|
Elastic.Markdown.Tests.SiteMap.NavigationTests.ParsesNestedFoldersAndPrefixesPaths:
tests/Elastic.Markdown.Tests/SiteMap/NavigationTests.cs#L19
Expected Configuration.ImplicitFolders {"testing"} to contain "markup".
|
Elastic.Markdown.Tests.Inline.ExternalPageBadAnchorTests.GeneratesHtml:
tests/Elastic.Markdown.Tests/Inline/AnchorLinkTests.cs#L122
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.html#sub-requirements2">Sub Requirements</a></p>
" to contain "<p><a href="elastic/search-labs/search/req.html#sub-requirements2">Sub Requirements</a></p>".
|
Elastic.Markdown.Tests.Inline.ExternalPageAnchorTests.GeneratesHtml:
tests/Elastic.Markdown.Tests/Inline/AnchorLinkTests.cs#L69
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.html#sub-requirements">Sub Requirements</a></p>
" to contain "<p><a href="elastic/search-labs/search/req.html#sub-requirements">Sub Requirements</a></p>".
|
build
Process completed with exit code 1.
|
docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|