Update supported admonition types #104
Annotations
3 errors and 3 warnings
Elastic.Markdown.Tests.Inline.InPageDirectiveLinkTests.HasNoErrors:
tests/Elastic.Markdown.Tests/Inline/DirectiveBlockLinkTests.cs#L59
Expected Collector.Diagnostics to contain 0 item(s), but found 2:
{
Elastic.Markdown.Diagnostics.Diagnostic
{
Column = 1,
File = "/home/runner/work/docs-builder/docs-builder/docs/source/index.md",
Length = 7,
Line = 1,
Message = "Directive block 'caution' is unsupported. See https://github.com/elastic/docs-builder/issues/3 for more information.",
Severity = Severity.Warning {value: 1}
},
Elastic.Markdown.Diagnostics.Diagnostic
{
Column = 0,
File = "/home/runner/work/docs-builder/docs-builder/docs/source/index.md",
Length = 12,
Line = 10,
Message = "`caution_ref` does not exist in index.md.",
Severity = Severity.Error {value: 0}
}
}.
|
Elastic.Markdown.Tests.Inline.ExternalDirectiveLinkTests.HasNoErrors:
tests/Elastic.Markdown.Tests/Inline/DirectiveBlockLinkTests.cs#L76
Expected Collector.Diagnostics to contain 0 item(s), but found 2:
{
Elastic.Markdown.Diagnostics.Diagnostic
{
Column = 1,
File = "/home/runner/work/docs-builder/docs-builder/docs/source/index.md",
Length = 7,
Line = 1,
Message = "Directive block 'caution' is unsupported. See https://github.com/elastic/docs-builder/issues/3 for more information.",
Severity = Severity.Warning {value: 1}
},
Elastic.Markdown.Diagnostics.Diagnostic
{
Column = 0,
File = "/home/runner/work/docs-builder/docs-builder/docs/source/index.md",
Length = 23,
Line = 10,
Message = "`hint_ref` does not exist in req.md.",
Severity = Severity.Error {value: 0}
}
}.
|
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
|
docs:
docs/source/syntax/admonitions.md#L1
Directive block 'important' is unsupported. See https://github.com/elastic/docs-builder/issues/3 for more information.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|