We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5fca8 commit 3f3311eCopy full SHA for 3f3311e
src/Elastic.Markdown/Myst/Directives/TabSetBlock.cs
@@ -10,8 +10,6 @@ namespace Elastic.Markdown.Myst.Directives;
10
public class TabSetBlock(DirectiveBlockParser parser, ParserContext context)
11
: DirectiveBlock(parser, context)
12
{
13
- public string Id { get; private set; } = Guid.NewGuid().ToString();
14
-
15
public override string Directive => "tab-set";
16
17
public int Index { get; set; }
0 commit comments