From b7353d6b192258fcb3bde007c9dfdd9ef319d9d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Apr 2023 13:40:01 +0300 Subject: fix codeberg md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 582cffd..6c03a2e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ These are the requirements for running the `gemtexter` static site generator scr * GNU Sed * GNU Date * GNU Grep -* GNU Source Highlight (optional for source code highlighting in bare text blocks) +* GNU Source Highlight (optional for source code highlighting of bare text blocks) * Git (optional for version control) * ShellCheck installed (optional for testing) * XMLLint (optional for validating the atom feed syntax) @@ -114,7 +114,7 @@ The HTML output supports source code highlighting. The requirement is to have th if [ -n "$foo" ]; then echo "$foo" fi - ``` + ... ``` Please run `source-highlight --lang-list` for a list of all supported languages. -- cgit v1.2.3