Return raw markdown in the Delivery API (#14429)
* Return raw markdown in the Delivery API * Reflect markdown value converter changes in the unit tests
This commit is contained in:
@@ -72,7 +72,6 @@ public class MarkdownEditorValueConverter : PropertyValueConverterBase, IDeliver
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
var mark = new Markdown();
|
||||
return mark.Transform(markdownString);
|
||||
return markdownString;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user