aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 11:41:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 11:41:10 +0300
commit9fbf2e8351ad0216c542185b834940325f8268ad (patch)
treed69d5e15038fe07376c9f665de596e97434e2d51 /README.md
parentshell: border on the outer div (diff)
downloadjekyll-theme-9fbf2e8351ad0216c542185b834940325f8268ad.tar.gz
jekyll-theme-9fbf2e8351ad0216c542185b834940325f8268ad.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 483a9ac..d7b885d 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,18 @@ See [this post][collapsible] for an example.
[collapsible]: _posts/2021-04-10-collapsible.md
+### Shell commands
+
+See [this post][shell] for an example of adding pretty shell commands and their
+outputs to a page.
+The gist is:
+
+[shell]: _posts/2022-03-21-shell.md
+
+```
+{% include shell.html cmd='echo 123' out='123' %}
+```
+
### Typesetting math
[MathJax] can be used to typeset mathematics using LaTeX.