====== Playground ======
On this page I shall tinker with various bits of syntax, specifically those not covered on the [[wiki:syntax]] page.
===== MathJax =====
Dollar signs are automatically interpreted by MathJax, so it's a good idea to escape any that aren't part of an equation.
$x^2$
$$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
===== latexcaption =====
{{wiki:dokuwiki-128.png}}
Example figure
Example table
^ Header1 ^ Header2 ^
| foo | bar |
| lorem | ipsum |
Example code listing
print('hello, world!')
We can reference each of these items: {{ref>fig_example}}, {{ref>tab_example}}, {{ref>code_example}}.
===== Graphviz =====
Since the plugin passes its input to Graphviz itself, the plugin accepts all syntax and options.
digraph G {
A -> B;
B -> C;
A -> D;
}
===== RefNotes =====
This is some text to which I would like to add a citation[(example_citation>And these are the contents of said citation.)]. Since it has a label, I can reference it again here[(example_citation)]. Valid labels are of the form ''/[a-zA-Z][a-zA-Z0-9_]*/''.
===== Include =====
We can include the text of other pages
===== Switch Panel =====
==line:number=11,labelBgColor=pink
1,PC1a:leftLedColor=lime,
2,PC2:leftLedColor=lime,labelBgColor=yellow
3,PC3:leftLedColor=lime,
4,PC4:leftLedColor=lime,labelBgColor=black,labelTxtColor=white,color=black
5:case=none
6,PH1:color=brown,labelBgColor=white
7,PH2:color=orange,labelBgColor=white
8,PH3:color=#6176FF,labelBgColor=white
9:case=none
10,POE,24V:rightLedColor=orange,color="#C0FF61"
11,POE,48V:rightLedColor=lime,color="#C0FF61"
==line
13,close:case=close
14,gbic:case=gbic
15,of:case=of
16,2of:case=2of
17,serial:case=serial
18:case=none
19:case=none
20,10M:leftLedColor=red,labelBgColor=white
21,100M:leftLedColor=yellow,labelBgColor=white
22,1Gb:leftLedColor=lime,labelBgColor=white
23,10Gb:leftLedColor=blue,labelBgColor=white