wiki
wiki copied to clipboard
fix: md preview
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.