This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user