This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository testwiki.wiki.
View the commit online.
commit 575a82ae966d873ccef9ad1ac1fc5b20429be1d2
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Jun 9 06:55:27 2022 -0700
Update 'Home'
---
Home.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Home.md b/Home.md
index bbf1d7e..c38a78d 100644
--- a/Home.md
+++ b/Home.md
@@ -6,12 +6,21 @@ This is the first page. This is **Bold** and *Italic* and ~~Strikethrough~~
Some `Inline code` here
-```
+```c
void function(int x) {
// some code goes here in a block
}
```
+
+```sh
+#!/bin/sh
+export VAR=example
+if test -n "$VAR"; then
+ echo "yay"
+fi
+```
+
> This is a quote here
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.