danix
's git repository
home
/
my projects
/
curriculum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2d16d
)
testing code blocks in readme file
master
author
danix
<danix@danix.xyz>
Fri, 24 Feb 2023 10:51:52 +0000
(11:51 +0100)
committer
danix
<danix@danix.xyz>
Fri, 24 Feb 2023 10:51:52 +0000
(11:51 +0100)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index
216f18b
..
e7b2eca
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-5,3
+5,14
@@
I have no idea what I should write here, but I'll try anyway
__Kind regards__
+
+## testing code
+
+```
+#! /bin /bash
+# this is a code block
+VAR=$("hello world")
+
+echo $VAR
+
+```