Updated readme

This commit is contained in:
rasmus-kirk
2024-02-25 00:26:18 +01:00
parent f7b3f404fe
commit bc8e1276c4
3 changed files with 12 additions and 50 deletions
+3 -1
View File
@@ -52,7 +52,9 @@ in pkgs.stdenv.mkDerivation {
# shellcheck disable=SC2016
sed '/^`[^`]*`$/s/`\(.*\)`/```nix\n\1\n```/g' "$tmpdir"/1.md > "$tmpdir"/2.md
# Remove bottom util-nixarr options
sed '/util-nixarr/,$d' "$tmpdir"/2.md > "$tmpdir"/done.md
sed '/util-nixarr/,$d' "$tmpdir"/2.md > "$tmpdir"/3.md
# Make h2 header to h3
sed 's/^##/###/g' "$tmpdir"/3.md > "$tmpdir"/done.md
pandoc \
--standalone \