<description>Attachments NoTreasure.txt (26 B) Th' attachments shortcode displays a list o' files attached t' a plank wit' adjust'ble color, title an' ay'con.
Attachments adivorciarsetoca00cape.pdf (361 KB) BachGavotteShort.mp3 (357 KB) Carroll_AliceAuPaysDesMerveilles.pdf (175 KB) hugo.png (17 KB) hugo.txt (20 B) movieselectricsheep-flock-244-32500-2.mp4 (340 KB) Arrr Since Cap'n Hugo 0.112.0 this only works fer leaf bundles. Branch bundles an' simple planks must be switched t' leaf bundles or ye be currently locked t' a Cap'n Hugo version &lt; 0.</description>
<description>Th' button shortcode displays a click'ble button wit' adjust'ble color, title an' ay'con.
Get Cap'n Hugo Get Cap'n Hugo Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' also call this shortcode from yer own partials.
<description>Th' children shortcode lists th' child planks o' th' current plank an' its descendants.
plank X plank 1 plank 2 plank 3 Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' also call this shortcode from yer own partials.
shortcode partial {{% children sort=&#34;weight&#34; %}} {{ partial &#34;shortcodes/children.html&#34; (dict &#34;context&#34; . &#34;sort&#34; &#34;weight&#34; )}} Parameter Name Default Notes containerstyle ul Choose th' style used t' group all children.</description>
Expand me&hellip; Thank ye! That&rsquo;s some text wit' a footnote1
That&rsquo;s some more text wit' a footnote.2
Avast This only works 'n modern browsers flawlessly. While Internet Explorer 11 has issues 'n display'n it, th' functionality still works.
Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' use positional as well or also call this shortcode from yer own partials.</description>
<description>Th' include shortcode includes other files from yer project inside o' th' current plank.
Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' use positional aswell or also call this shortcode from yer own partials.
shortcode shortcode (positional) partial {{% include file=&#34;shortcodes/INCLUDE_ME.md&#34; %}} {{% include &#34;shortcodes/INCLUDE_ME.md&#34; %}} {{ partial &#34;shortcodes/include .html&#34; (dict &#34;context&#34; . &#34;file&#34; &#34;shortcodes/INCLUDE_ME.md&#34; )}} Th' included files can even contain Marrrkdown an' will be taken into account when generat'n th' t'ble o' contents.</description>
<description>Arrr! Pirrrates Fello' pirrrates, grog made us dizzy! Be awarrre some stuff may not work in this trrranslat'n. Like see'n Merrrmaids, do'n math or chemistrrry, writ'n docs and stuff.
<description>Arrr! Pirrrates Fello' pirrrates, grog made us dizzy! Be awarrre some stuff may not work in this trrranslat'n. Like see'n Merrrmaids, do'n math or chemistrrry, writ'n docs and stuff.
Arrr Due t' limitat'ns wit' Merrrmaid, it be currently not poss'ble t' use Merrrmaid code fences 'n an initially collapsed expand shortcode.</description>
<description>Th' notice shortcode shows various types o' disclaimers wit' adjust'ble color, title an' ay'con t' help ye structure yer plank.
Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' use positional as well or also call this shortcode from yer own partials.
shortcode shortcode (positional) partial {{% notice style=&#34;primary&#34; title=&#34;There may be pirates&#34; ay'con=&#34;skull-crossbones&#34; %}} It be all about th' boxes.</description>
<description>Arrr! Pirrrates Fello' pirrrates, grog made us dizzy! Be awarrre some stuff may not work in this trrranslat'n. Like see'n Merrrmaids, do'n math or chemistrrry, writ'n docs and stuff.
Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' also call this shortcode from yer own partials.</description>
Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' use positional aswell or call this shortcode from yer own partials.
<description>Ye can use a tab shortcode t' display a single tab.
This be especially useful if ye want t' flag yer code example wit' an explicit language.
If ye want multiple tabs grouped together ye can wrap yer tabs into th' tabs shortcode.
c printf(&#34;Hello World!&#34;); Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' also call this shortcode from yer own partials.
python bash print(&#34;Hello World!&#34;) echo &#34;Hello World!&#34; Usage While th' examples be us'n shorrrtcodes wit' named parameter ye be free t' also call this shortcode from yer own partials.