aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
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.