aboutsummaryrefslogtreecommitdiff
path: root/example.md
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-09-17 19:13:39 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-09-17 19:13:39 +0200
commit9b4b5c2fe3aa1042d4bab8cef94b154ae85cad24 (patch)
tree91a47d0c6ef10ba48501298dd6308a2e3eddb3ee /example.md
parent5f2b62e776aaab6b8c3acbbf39ba2e9f88538298 (diff)
downloadapkdoc-9b4b5c2fe3aa1042d4bab8cef94b154ae85cad24.tar.gz
apkdoc-9b4b5c2fe3aa1042d4bab8cef94b154ae85cad24.tar.bz2
apkdoc-9b4b5c2fe3aa1042d4bab8cef94b154ae85cad24.zip
doc: Add README
Diffstat (limited to 'example.md')
-rw-r--r--example.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/example.md b/example.md
new file mode 100644
index 0000000..8c5c0eb
--- /dev/null
+++ b/example.md
@@ -0,0 +1,8 @@
+# Apks Alpine 3.18
+
+{{ range $e := . }}
+## {{ $e.Name }}
+
+{{ range $name, $value := ($e.Properties) }}- **{{$name}}**: {{ $value }}
+{{ end }}
+{{ end }}