mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +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({
|
const md = new Remarkable({
|
||||||
html: true,
|
html: true,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
breaks: true,
|
breaks: false,
|
||||||
typographer: false,
|
typographer: false,
|
||||||
highlight: (str, lang) => {
|
highlight: (str, lang) => {
|
||||||
if (lang === 'json') lang = 'js';
|
if (lang === 'json') lang = 'js';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user