From 9fbf2e8351ad0216c542185b834940325f8268ad Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 11:41:10 +0300 Subject: README: update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- cgit v1.2.3