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 d5dbe8c commit 2d3b137Copy full SHA for 2d3b137
src/Elastic.Markdown/Myst/CodeBlocks/EnhancedCodeBlockParser.cs
@@ -248,7 +248,7 @@ private static List<CallOut> EnumerateAnnotations(Regex.ValueMatchEnumerator mat
248
return new CallOut
249
{
250
Index = callOutIndex,
251
- Text = callout.TrimStart().TrimStart('/').TrimStart(" # ").TrimStart().ToString(),
+ Text = callout.TrimStart().TrimStart('/').TrimStart('#').TrimStart().ToString(),
252
InlineCodeAnnotation = true,
253
SliceStart = startIndex,
254
Line = originatingLine,
0 commit comments