0
uabel created
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
5 Answer(s)
-
0
Can you show how you are saving the HTML content? Newlines should be
\n.Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
We are using the ckeditor.
var objEditor = CKEDITOR.instances["helpEditor"]; if (objEditor) { $scope.commonValues.HelpEditorContent = objEditor.getData(); }this is saved into my variable:"<p>this is my text</p>\n\n<p>with newline</p>\n"In c# the html is shown correctly but then saving to database removes newlines `
Text mit Umbruch
da issa
`Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
It's not removed, you can see it's rendered.
What's the value when you use
GetSettingForUser?Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
-
0
Which versions are you on?
- ABP:
- ASP<span></span>.NET Zero:
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)