优化markdown渲染器:单个换行不会再渲染为空格
This commit is contained in:
parent
58887b0f2b
commit
12f59f54c6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.6585fdc1.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.a7617884.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
2
dist/js/14.57fda0cc.js
vendored
Normal file
2
dist/js/14.57fda0cc.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/848.37f52b0d.js
vendored
Normal file
2
dist/js/848.37f52b0d.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/874.840423db.js
vendored
2
dist/js/874.840423db.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/890.6e6dcc21.js
vendored
2
dist/js/890.6e6dcc21.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.6585fdc1.js
vendored
2
dist/js/app.6585fdc1.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.a7617884.js
vendored
Normal file
2
dist/js/app.a7617884.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@
|
||||
<span v-else-if="type === 'xls' || type === 'xlsx'" class="icon">
|
||||
📊
|
||||
</span>
|
||||
<span v-else-if="type === 'zip' || type === 'rar'" class="icon">
|
||||
<span v-else-if="type === 'zip' || type === 'rar' || type === '7z'" class="icon">
|
||||
📦
|
||||
</span>
|
||||
<span v-else class="icon">
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user