You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/static/data/nomadnet_guide.mu
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ With micron you can easily create structured documents and pages with formatting
31
31
`F79d`_`[Fields & Requests`#fields-requests]`_`f
32
32
`F79d`_`[Comments`#comments]`_`f
33
33
`F79d`_`[Partials`#partials]`_`f
34
+
`F79d`_`[Folding Headings`#folding-headings]`_`f
34
35
`F79d`_`[Literals`#literals]`_`f
35
36
`F79d`_`[Closing Remarks`#closing-remarks]`_`f
36
37
@@ -191,6 +192,25 @@ Wait! It's worth noting that we can also create sections without headings. They
191
192
``
192
193
193
194
195
+
>>FoldingHeadings
196
+
197
+
Youcanmakeanyheadingcollapsiblebyprefixingthelinewith \`+> for an expanded section or \`->foracollapsedone.Use \`#!foldglyph_open [glyph_closed] tocustomisethedisclosureglyph.
198
+
199
+
Hereisanexample:
200
+
201
+
`Faaa
202
+
`=
203
+
+>Openbydefault
204
+
Thiscontentisvisible.
205
+
206
+
->Collapsedbydefault
207
+
Thiscontentishiddenuntilexpanded.
208
+
209
+
#!foldv>
210
+
`=
211
+
``
212
+
213
+
194
214
>Colors
195
215
196
216
Foregroundcolorscanbespecifiedwiththe \`F tag, followed by three hexadecimal characters. To return to the default foreground color, use the \`ftag.Backgroundcolorisspecifiedinthesameway, butbyusingthe \`B and \`btags.
@@ -551,6 +571,7 @@ With micron you can easily create structured documents and pages with formatting
551
571
`F79d`_`[Fields & Requests`#fields-requests]`_`f
552
572
`F79d`_`[Comments`#comments]`_`f
553
573
`F79d`_`[Partials`#partials]`_`f
574
+
`F79d`_`[Folding Headings`#folding-headings]`_`f
554
575
`F79d`_`[Literals`#literals]`_`f
555
576
`F79d`_`[Closing Remarks`#closing-remarks]`_`f
556
577
@@ -711,6 +732,25 @@ Wait! It's worth noting that we can also create sections without headings. They
711
732
``
712
733
713
734
735
+
>>FoldingHeadings
736
+
737
+
Youcanmakeanyheadingcollapsiblebyprefixingthelinewith \`+> for an expanded section or \`->foracollapsedone.Use \`#!foldglyph_open [glyph_closed] tocustomisethedisclosureglyph.
738
+
739
+
Hereisanexample:
740
+
741
+
`Faaa
742
+
`=
743
+
+>Openbydefault
744
+
Thiscontentisvisible.
745
+
746
+
->Collapsedbydefault
747
+
Thiscontentishiddenuntilexpanded.
748
+
749
+
#!foldv>
750
+
`=
751
+
``
752
+
753
+
714
754
>Colors
715
755
716
756
Foregroundcolorscanbespecifiedwiththe \`F tag, followed by three hexadecimal characters. To return to the default foreground color, use the \`ftag.Backgroundcolorisspecifiedinthesameway, butbyusingthe \`B and \`btags.
0 commit comments