Features Summary
Table of Contents
Math
$ \frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x) $
$
A_n = \begin{pmatrix}
a_1 & a_2 & \ldots & a_n \\
b_1 & b_2 & \ldots & b_n \\
\end{pmatrix}
$
Graphviz
digraph g {
node[shape="circle" , label="", width=0.2, height=0.2]
l1[xlabel="v\(s\)"]
l21[xlabel="a", width=0.1, height=0.1 , style=filled]
l22[width=0.1, height=0.3, style=filled]
l31[xlabel="v\(s'\)"]
l1 -> l21
l1 -> l22
l21 -> l31 [xlabel="r"]
l21 -> l32
l22 -> l33
l22 -> l34
}
Waveform
{
"signal": [ {"name": "CLK", "wave": "p.....|..."},
{"name":"DAT", "wave":"x.345x|=.x", "data":["A","B","C","D"]},
{"name": "REQ", "wave": "0.1..0|1.0"},
{},
{"name": "ACK", "wave": "1.....|01."}
]}
Chart
{
"type": "line",
"data": {
"labels": ["One", "Two", "Three", "Four", "Five", "Six"],
"datasets": [
{
"label": "# of Votes",
"data": [12, 19, 3, 5, 2, 3]
}
]
}
}
MSC
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
Flowcharts
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
para=>parallel: parallel tasks
st->op1->cond
cond(yes)->io->e
cond(no)->para
para(path1, bottom)->sub1(right)->op1
para(path2, top)->op1
Asciinema casts
It is possible to embed recorded asciinema casts on the pages.
The recorded casts files (*.cast ) should be located in /static/casts
directory. Then,
the support for it should be enabled in the page frontmatter:
---
asciinema: true
---
and they can be embedded using a dedicated shortcode.
For instance, to embed /static/casts/my-fantastic-cast.cast
file, use:
{{< asciinema key="my-fantastic-cast" rows="20" preload="1" >}}
Deprecated pages
This page has been marked as deprecated.