Skip to content

Commit 0f5976f

Browse files
committed
Cleanup
1 parent 246d7d5 commit 0f5976f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/Elastic.Markdown/Helpers/DocumentationObjectPoolProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using Elastic.Markdown.Myst;
99
using Elastic.Markdown.Myst.Renderers.LlmMarkdown;
1010
using Markdig.Renderers;
11-
using Markdig.Syntax;
1211
using Microsoft.Extensions.ObjectPool;
1312

1413
namespace Elastic.Markdown.Helpers;

src/Elastic.Markdown/Myst/Renderers/LlmMarkdown/LlmBlockRenderers.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ namespace Elastic.Markdown.Myst.Renderers.LlmMarkdown;
2121

2222
public static class LlmRenderingHelpers
2323
{
24-
<<<<<<< Updated upstream
25-
=======
2624
/// <summary>
2725
/// Renders content with indentation using a flexible indentation strategy
2826
/// </summary>
@@ -66,10 +64,6 @@ public static void RenderContentWithIndentation(
6664
}
6765
}
6866

69-
/// <summary>
70-
/// Backwards compatibility method that preserves the original simple behavior
71-
/// </summary>
72-
>>>>>>> Stashed changes
7367
public static void RenderBlockWithIndentation(LlmMarkdownRenderer renderer, MarkdownObject block, string indentation = " ")
7468
{
7569
var content = DocumentationObjectPoolProvider.UseLlmMarkdownRenderer(renderer.BuildContext, block, static (tmpRenderer, obj) =>

0 commit comments

Comments
 (0)