wiki icon indicating copy to clipboard operation
wiki copied to clipboard

fix: md preview

Open dzruyk opened this issue 3 years ago • 0 comments

Wiki.js markdown preview editor does not use the options from the admin->rendering->markdown menu.

Because of this, the preview editor splits lines into paragraphs differently if "Automatically convert line breaks" is set to false

With this pull request editor-markdown.vue gets current rendering options from server and sets it with MarkdownIt.set) function call.

dzruyk avatar Nov 08 '22 12:11 dzruyk