markdown中如何使超链接居中
<center>
<a herf=https://markdown.jianguoyun.com/3381.html>markdown居中</a>
</center>
我在csdn中这样编辑,尽管居中了,但链接无法点击,网上的方法也都试了,没用,到底怎么才能使超链接居中啊?
markdown中如何使超链接居中
<center>
<a herf=https://markdown.jianguoyun.com/3381.html>markdown居中</a>
</center>
我在csdn中这样编辑,尽管居中了,但链接无法点击,网上的方法也都试了,没用,到底怎么才能使超链接居中啊?
语法问题,网页链接需要在引号里,还有单词错误,应该是href
<center>
<a href="https://markdown.jianguoyun.com/3381.html">markdown居中</a>
</center>