mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 17:35:46 +03:00
Revert markdown newlines to become breaks (related to SP-82)
This commit is contained in:
parent
b77e3c8843
commit
2e9285e0f0
|
@ -5,7 +5,7 @@ declare var Prism: any;
|
|||
const md = new Remarkable({
|
||||
html: true,
|
||||
linkify: true,
|
||||
breaks: true,
|
||||
breaks: false,
|
||||
typographer: false,
|
||||
highlight: (str, lang) => {
|
||||
if (lang === 'json') lang = 'js';
|
||||
|
|
Loading…
Reference in New Issue
Block a user