Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 14, 2025
1 parent 926014c commit a63a7ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public override bool Match(InlineProcessor processor, ref StringSlice slice)

if (url.Contains("{{") || url.Contains("}}"))
{
processor.EmitWarning(line, column, length,"The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.");
processor.EmitWarning(line, column, length, "The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.");
return match;
}

Expand Down

0 comments on commit a63a7ff

Please sign in to comment.