This commit is contained in:
2020-04-29 19:33:07 +00:00
parent cbcf564a21
commit f9ec52df9d

View File

@@ -753,7 +753,7 @@ namespace AyaNova.PlugIn.V8
foreach (Match m in mc) foreach (Match m in mc)
{ {
var RavenId = Map[new Guid(m.Groups["guid"].Value)]; var RavenId = Map[new Guid(m.Groups["guid"].Value)];
content = content.Replace(m.Value, "[ATTACH:" + RavenId.ToString()); content = content.Replace(m.Value, "<img src=\"" + "[ATTACH:" + RavenId.ToString() + "]" + "\">");
} }
//TODO: Convert to Markdown format //TODO: Convert to Markdown format