Skip to content

Commit ed3988a

Browse files
Mpdreamzreakaleek
andauthored
Update tests/Elastic.Markdown.Tests/Directives/AdmonitionUnsupportedTests.cs
Co-authored-by: Jan Calanog <[email protected]>
1 parent bf4233c commit ed3988a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elastic.Markdown.Tests/Directives/AdmonitionUnsupportedTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Elastic.Markdown.Tests.Directives;
1111
public abstract class AdmonitionUnsupportedTests(ITestOutputHelper output, string directive)
1212
: DirectiveTest<UnsupportedDirectiveBlock>(output,
1313
$$"""
14-
:::{directive}}}
14+
:::{{{directive}}}
1515
This is an attention block
1616
:::
1717
A regular paragraph.

0 commit comments

Comments
 (0)