Skip to content

Commit 2d3b137

Browse files
authored
Revert
1 parent d5dbe8c commit 2d3b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/CodeBlocks/EnhancedCodeBlockParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private static List<CallOut> EnumerateAnnotations(Regex.ValueMatchEnumerator mat
248248
return new CallOut
249249
{
250250
Index = callOutIndex,
251-
Text = callout.TrimStart().TrimStart('/').TrimStart(" # ").TrimStart().ToString(),
251+
Text = callout.TrimStart().TrimStart('/').TrimStart('#').TrimStart().ToString(),
252252
InlineCodeAnnotation = true,
253253
SliceStart = startIndex,
254254
Line = originatingLine,

0 commit comments

Comments
 (0)