Open a link in a new window in reStructuredText

后端 未结 4 1162
谎友^
谎友^ 2020-12-05 22:37

I want to open a link in a new window using reStucturedText. Is this possible?

This opens link in the same window:

You can `check your location here.         


        
4条回答
  •  甜味超标
    2020-12-05 23:13

    I recommend that you should use JavaScript to set target="_blank" for each external links.

    See https://github.com/sphinx-doc/sphinx/issues/1634

提交回复
热议问题