diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index df1a8f833d..ab09adbd51 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -4497,7 +4497,7 @@ module.exports = (_ => { className: BDFDB.disCN._repodescriptionwrap, children: BDFDB.ReactUtils.createElement("div", { className: BDFDB.disCN._repodescription, - children: this.props.data.description && BDFDB.ReactUtils.markdownParse(this.props.data.description) + children: this.props.data.description && BDFDB.ReactUtils.markdownParse(this.props.data.description.replace(/\n/g, " ").replace(/\t|\r/g, "")) }) }), (links.length || buttons.length) && BDFDB.ReactUtils.createElement("div", {