Skip to content

Commit 3f3311e

Browse files
authored
Update src/Elastic.Markdown/Myst/Directives/TabSetBlock.cs
1 parent 0e5fca8 commit 3f3311e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Elastic.Markdown/Myst/Directives/TabSetBlock.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ namespace Elastic.Markdown.Myst.Directives;
1010
public class TabSetBlock(DirectiveBlockParser parser, ParserContext context)
1111
: DirectiveBlock(parser, context)
1212
{
13-
public string Id { get; private set; } = Guid.NewGuid().ToString();
14-
1513
public override string Directive => "tab-set";
1614

1715
public int Index { get; set; }

0 commit comments

Comments
 (0)