diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-09 13:40:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-09 13:40:01 +0300 |
| commit | b7353d6b192258fcb3bde007c9dfdd9ef319d9d6 (patch) | |
| tree | 0f386dae29afc218ba77b80b26be97d07c98d833 | |
| parent | 9a289a97ea037be95b48d86cebcd99932c0b4566 (diff) | |
fix codeberg md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
