diff --git a/.github/workflows/update_wiki.yml b/.github/workflows/update_wiki.yml index aabbca3..daeeb9b 100644 --- a/.github/workflows/update_wiki.yml +++ b/.github/workflows/update_wiki.yml @@ -47,4 +47,4 @@ jobs: git config --local user.name "GitHub Action" git add . git commit -m "Add changes" - git push \ No newline at end of file + git push diff --git a/docs/Development/VSCode.md b/docs/Development/VSCode.md index 9c934e1..4b22fe9 100644 --- a/docs/Development/VSCode.md +++ b/docs/Development/VSCode.md @@ -6,7 +6,7 @@ The code from VSCode will be available at `/workspaces/build-container-installer Privileged is required for access to loop devices for lorax. -## Use existing container image: +## Use existing container image ```diff { @@ -25,7 +25,7 @@ Privileged is required for access to loop devices for lorax. } ``` -## Build a new container image: +## Build a new container image ```diff { diff --git a/docs/Examples/Adding-Flatpaks.md b/docs/Examples/Adding-Flatpaks.md index b82d916..2418e08 100644 --- a/docs/Examples/Adding-Flatpaks.md +++ b/docs/Examples/Adding-Flatpaks.md @@ -34,7 +34,7 @@ Action: 1. Create a directory within your GitHub repo named flatpak_refs 1. Create a file within flatpak_refs with the following content -``` +```plaintext app/org.videolan.VLC/x86_64/stable runtime/org.kde.Platform/x86_64/5.15-23.08 ``` @@ -55,7 +55,7 @@ Podman: 1. Create a directory named flatpak_refs 1. Create a file within flatpak_refs with the following content -``` +```plaintext app/org.videolan.VLC/x86_64/stable runtime/org.kde.Platform/x86_64/5.15-23.08 ```