This commit is contained in:
2026-06-11 12:26:33 -04:00
parent e147856b57
commit 6609d911fc
8 changed files with 141 additions and 13 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ public class DocsService
{
return Regex.Replace(
text,
@"\[\[([^\]]+)\]\]",
@"(?<!!)\[\[([^\]]+)\]\]",
match =>
{
var content = match.Groups[1].Value;