Códigos em Markdown
3.3 Nested Collapsible Sections
NB: When including headings within collapsible sections, remember to add a new line after the
Section A
Section A
Section A.B
Section A.B.C
Section A.B.C.D
Done!Troubleshooting
If certain markdown or styling, such as # My Title, fails to render in the collapsible section, try adding a line break after the </summary>
tag.
If your section fails to render, it might be malformed. Consider copying the functional examples provided here and building from there!
Optional Filters and Parameters
Additional filters and parameters can be appended to the base syntax following a separator |.
- tag: Filters posts by a specific tag.
Posts with tag "news"
{{ posts|tag:"news" }}
Optional Filters and Parameters
Additional filters and parameters can be appended to the base syntax following a separator |.
- tag: Filters posts by a specific tag.
Posts with tag "news"
{{ posts|tag:"news" }}