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 e0885a8 commit 6621545Copy full SHA for 6621545
src/Elastic.Markdown/Exporters/LlmMarkdownExporter.cs
@@ -40,7 +40,6 @@ public class LlmMarkdownExporter : IMarkdownExporter
40
* [**Extend and contribute**](/extend.md): How to contribute to or integrate with Elastic, from open source to plugins to integrations.
41
* [**Release notes**](/release-notes.md): Contains release notes and changelogs for each new release.
42
* [**Reference**](/reference.md): Reference material for core tasks and manuals for optional products.
43
-
44
""";
45
46
public ValueTask StartAsync(Cancel ctx = default) => ValueTask.CompletedTask;
0 commit comments