From 1cfe40889545fbd8a8a51959490fd522cd00286f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=20Buo-ren=20Lin?= Date: Tue, 29 Jul 2025 00:18:33 +0800 Subject: [PATCH] Use heading markup for the subsections of the Use section (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows one to directly link to the subsections using the automatically generated link tags (eg. ) Signed-off-by: 林博仁(Buo-ren, Lin) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9207ea1..1964550 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The executable will be built to `build/hq`. #### Use -Application help text: +##### Application help text + ``` hq (html query) - commandline HTML processor © Mara Robin Broda, 2018 Usage: build/hq [options] [mode argument] @@ -57,7 +58,7 @@ Examples: curl -sSL https://example.com | build/hq a attr href ``` -Example usage: +#### Example usage `curl -s https://coderobe.net | hq a data` ```