首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >项目列表中的标记链接无法解析。

项目列表中的标记链接无法解析。
EN

Stack Overflow用户
提问于 2017-01-24 23:01:55
回答 1查看 506关注 0票数 0

我试图创建一个链接项目列表,使用Markdown和Jekyll作为我的博客,并得到一些奇怪的行为。

代码语言:javascript
复制
Finally, many of the data sets that were used in the studies mentioned above are open source and freely available.  
-   [Visceral](http://www.visceral.eu/)
-   [ImageNet](http://image-net.org/)
-   [Kaggle Data Science Bowl](https://www.kaggle.com/c/data-science-bowl-2017)
-   [Grand Challenge](https://grand-challenge.org/All_Challenges/)
-   [Lung Image Database Consortium](https://imaging.cancer.gov/programsandresources/informationsystems/lidc)
-   [Multimodal Brain Tumor Segmentation Challenge](http://braintumorsegmentation.org/)

 Thanks for reading, and please feel free to [reach out](http://healthcare.ai/contact) with questions!

输出在我的站点上如下所示:

项目符号列表中的链接工作正常,但它们没有下划线。该段中的链接加下划线。我希望所有的链接出现下划线。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-01-25 23:25:19

只需将以下(非常难看的)代码添加到您的身体/布局:

代码语言:javascript
复制
<style>
li a {text-decoration: underline!important;}
</style>

或者,更好的是,只向样式表添加CSS。

如果您已经完成了这一步,您可能还希望通过在“li a”选择器前面添加一个祖先/父类来使其更加具体。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41840518

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档