mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Change Marked extension to emit <br> instead of <div class="blank">
This commit is contained in:
@@ -415,7 +415,7 @@ const forcedParagraphBreaks = {
|
||||
}
|
||||
},
|
||||
renderer(token) {
|
||||
return `<div class='blank'></div>`.repeat(token.length).concat('\n');
|
||||
return `<br>`.repeat(token.length).concat('\n');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user