Collapse
collapse
collapse: Shows a collapsible section.
Parameters:title: The title of the collapsible section.body: The content inside the collapsible section.
{% collapse(title="How do I create an account?") %}
Click the **'Sign Up'** button in the top right corner and follow the registration process.
\
You can also use `markdown` syntax.
{% end %}
How do I create an account?
Click the 'Sign Up' button in the top right corner and follow the registration process.
You can also use markdown syntax.
Found an error or it needs a clarification?
Open an issue on GitHub.
Substantiated corrections will be incorporated with attribution.
Found a typo?
Fork, modify and open a PR.