From f1c2b542fc10d3ea2f9d2528cc6dba4c0e4731c0 Mon Sep 17 00:00:00 2001 From: chonghe Date: Fri, 15 Sep 2023 16:20:11 +0800 Subject: [PATCH] test --- book/src/help_am.md | 2 +- book/src/help_bn.md | 2 +- book/src/help_general.md | 2 +- book/src/help_vc.md | 2 +- scripts/cli.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/book/src/help_am.md b/book/src/help_am.md index 8bc4b1b252..586b4bda99 100644 --- a/book/src/help_am.md +++ b/book/src/help_am.md @@ -1,4 +1,4 @@ -#Account Manager +# Account Manager ``` Utilities for generating and managing Ethereum 2.0 accounts. diff --git a/book/src/help_bn.md b/book/src/help_bn.md index 9f051309bb..9350befc9b 100644 --- a/book/src/help_bn.md +++ b/book/src/help_bn.md @@ -1,4 +1,4 @@ -#Beacon Node +# Beacon Node ``` Sigma Prime diff --git a/book/src/help_general.md b/book/src/help_general.md index 5b02a02aa6..59db3531e3 100644 --- a/book/src/help_general.md +++ b/book/src/help_general.md @@ -1,4 +1,4 @@ -#Lighthouse General Commands +# Lighthouse General Commands ``` Sigma Prime diff --git a/book/src/help_vc.md b/book/src/help_vc.md index f879af6434..f1f1e2d2c2 100644 --- a/book/src/help_vc.md +++ b/book/src/help_vc.md @@ -1,4 +1,4 @@ -#Validator Client +# Validator Client ``` When connected to a beacon node, performs the duties of a staked validator (e.g., proposing blocks and attestations). diff --git a/scripts/cli.sh b/scripts/cli.sh index b0ba7b96a3..0ac66a4ff2 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -10,7 +10,7 @@ write_to_file() { cmd=${cmd#*$'\n'} # We need to add the header and the backticks to create the code block. - printf "#%s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file" + printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file" } # Check if a lighthouse binary exists in the current branch.