Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README文件中对于带有链接标题的渲染问题 #185

Closed
suyin-long opened this issue Dec 3, 2021 · 6 comments
Closed

README文件中对于带有链接标题的渲染问题 #185

suyin-long opened this issue Dec 3, 2021 · 6 comments
Labels
bug Something isn't working
Projects

Comments

@suyin-long
Copy link

suyin-long commented Dec 3, 2021

Alist Version / Alist 版本

v2.0.0

Describe the bug / 问题描述

在README文件中如果标题中带有链接,渲染显示的效果不会显示它是个链接(文字颜色为蓝色),仅仅显示它是个标题,如下图:
1
而对于非标题的链接则渲染显示正常,如下图:
2

Reproduction / 复现链接

https://suyin.shop/Tools/PC/%E8%A3%85%E6%9C%BA%E5%BF%85%E5%A4%87/Windows%20%E6%BF%80%E6%B4%BB

日志 / Logs

No response

@xhofe
Copy link
Member

xhofe commented Dec 3, 2021

等上游解决,可以先自行在自定义样式中加入

#md-editor-rt a[href^="http"]{
  color: #539bf5;
}
#md-editor-rt a[href^="http"]:hover{
  text-decoration:underline;
}

@suyin-long
Copy link
Author

等上游解决,可以先自行在自定义样式中加入

#md-editor-rt a[href^="http"]{
  color: #539bf5;
}
#md-editor-rt a[href^="http"]:hover{
  text-decoration:underline;
}

收到

@xhofe xhofe added this to Review in progress in alist Dec 7, 2021
@xhofe xhofe removed this from Review in progress in alist Dec 7, 2021
@xhofe xhofe added the bug Something isn't working label Dec 7, 2021
@xhofe xhofe added this to To do in alist Dec 7, 2021
@suyin-long
Copy link
Author

suyin-long commented Dec 12, 2021

更新 Alist v2.0.1 后这个自定义样式失效了?
我尝试将其填写在【自定义头部】和【自定义body】中都没用。
原来的那个自定义样式设置,我删除了。

另外希望可以增加对.wmv后缀视频的直接预览,而不是使用外部播放器播放。

@xhofe
Copy link
Member

xhofe commented Dec 12, 2021

需要自己加style标签。

@suyin-long
Copy link
Author

需要自己加style标签。

ok

@xhofe
Copy link
Member

xhofe commented Jan 1, 2022

已更换markdown组件

@xhofe xhofe closed this as completed Jan 1, 2022
alist automation moved this from To do to Done Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
alist
Done
Development

No branches or pull requests

2 participants