...
This commit is contained in:
@@ -200,7 +200,7 @@ public class DocsService
|
||||
{
|
||||
return Regex.Replace(
|
||||
text,
|
||||
@"\[\[([^\]]+)\]\]",
|
||||
@"(?<!!)\[\[([^\]]+)\]\]",
|
||||
match =>
|
||||
{
|
||||
var content = match.Groups[1].Value;
|
||||
|
||||
Reference in New Issue
Block a user