Markdown example / Markdownの例¶
Here is an example of how sphinx-new-tab-link
works with HTML built from a Markdown file.
MarkdownファイルからビルドされたHTMLでもsphinx-new-tab-link
が機能する例です。
注釈
reST version: reST example / reSTの例
Links / リンク集¶
Installation / インストール¶
$ pip install sphinx-new-tab-link myst-parser
How to use / 使い方¶
conf.py
extensions = [
"myst_parser",
"sphinx_new_tab_link",
]
Supported notations / 対応している記法¶
It supports various notations of a external link possible in MyST.
MySTで可能なさまざまな記法による外部リンクをサポートしています。
ref: https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#default-destination-resolution
✅Autolinks
See PyPI at 'Links / リンク集' section
<https://pypi.org/project/sphinx-new-tab-link/>
✅Inline links (to external target)
See GitHub Repository at 'Links / リンク集' section
[GitHub Repository](https://github.com/ftnext/sphinx-new-tab-link)
✅Reference links (to external target)
[公開版ガイド(ja)][guide-ja]
[guide-ja]: https://ftnext.github.io/sphinx-new-tab-link/guide.html
Enjoy documentation!🙌