Skip to content

Instantly share code, notes, and snippets.

View Lemanja's full-sized avatar
🎯
Focusing

Lemanja Mears Lemanja

🎯
Focusing
View GitHub Profile
@Lemanja
Lemanja / Creating hidden tabs
Last active February 17, 2021 11:14
Markdown Syntax
Tab | Details |
:- |:--- |
Details | Configuration options for the table |
Columns | Column level configuration, plus the ability to define calculated, non-aggregated columns |
Metrics | Define aggregated metrics |
!!! tip "Tip text comes inside."
!!! warning "Warning text comes inside."
!!! example "Example text comes inside."
!!! note "Note text comes inside."
@Lemanja
Lemanja / Creating a Collapse Sections
Last active February 17, 2021 11:15
Markdown Syntax
<details>
<summary>”Click Here to expand”</summary>
this is hidden text block.
</details>