Created
October 21, 2018 03:42
-
-
Save ymt117/cfe391c57c77d537887f8d5f971d5dbc to your computer and use it in GitHub Desktop.
GitHub Wiki のページ内リンクについて
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
基本の書き方 | |
[表示名](#ヘッダー名) | |
例 | |
---------------- | |
# LINK | |
- [hoge](#hoge) | |
- [fuga](#fuga) | |
### hoge | |
aaa | |
### fuga | |
bbb | |
---------------- | |
ポイント | |
・記号は省略する | |
例:[手順1:野菜を切る](#手順1野菜を切る) | |
・スペース(空白)は「-(ハイフン)」に置き換える | |
例:[test case](#test-case) | |
・大文字は小文字にする | |
例:[ABC](#abc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment