markdown link opening in new tab

后端 未结 4 764
孤城傲影
孤城傲影 2021-02-03 20:00

Is there a way to open the below markdown link in new tab? I\'ve got some result from markdown target=“_blank”, but in my case it\'s different have used <>

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-03 20:34

    Doing some quick research - Markdown by default does not support this. Some solutions include using plugins like Kramdown, but I think the best solution is just to use an HTML tag in your markdown file. (as pointed out in the comment above ^)

    # Some markdown
    *click below*
    New Tab
    ...
    

提交回复
热议问题