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 73de9d8 commit e0885a8Copy full SHA for e0885a8
src/Elastic.Markdown/Exporters/LlmMarkdownExporter.cs
@@ -40,6 +40,7 @@ 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