Skip to content

Commit bbc7123

Browse files
committed
docs(readme): keep section links from rendering as huge headings
- Three paragraphs that end just above a horizontal rule (the tray note, the index-engine note, and the API table link) rendered as setext H2 headings because no blank line separated them from the ---; a blank line before each rule restores them to normal text
1 parent 62b80dc commit bbc7123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,15 @@ go build -ldflags "-H=windowsgui -X main.defaultTray=1" -o grepnaviw.exe .
137137
システムトレイに常駐し、専用ウィンドウ(埋め込み WebView2)で開く。ブラウザ拡張機能の影響を受けない。ウィンドウは VSCode 風の一列バー(ファイル / 表示 メニュー + 窓ボタン)で、OS のタイトルバーを持たない。
138138

139139
起動フラグの一覧・デスクトップモードの操作詳細・別マシンからの SSH ポートフォワード利用は [docs/setup.md](docs/setup.md) を参照。
140+
140141
---
141142

142143
## 索引エンジン(オプション)
143144

144145
[GNU Global](https://www.gnu.org/software/global/) / [Universal Ctags](https://github.com/universal-ctags/ctags) を入れると、定義ジャンプ・ホバー・Callers・シンボル検索の精度が上がります(**どちらも無くても ripgrep で動作します**)。
145146

146147
エディタのファイルヘッダ右端の「索引」ラベルから生成・更新でき、状態(索引が古い / 索引なし)も同じ場所に表示されます。インストール手順(Scoop / `bin/` への直接配置)は [docs/setup.md](docs/setup.md) を参照。
148+
147149
---
148150

149151
## AI エージェント連携(オプション)
@@ -246,6 +248,7 @@ grepnavi/
246248
```
247249

248250
API エンドポイントの一覧は [docs/api.md](docs/api.md) を参照。
251+
249252
---
250253

251254
## ライセンス

0 commit comments

Comments
 (0)