Pontifications

## collapsible markdown?

<details><summary>CLICK ME</summary>
<p>

#### yes, even hidden code blocks!

```python
print("hello world!")
\`\`\`


</p>
</details>
  • sounds like I or somebody else could easily (ha! for some definition of easy!) write a script to take checkvist markdown and convert it to “collapsible html” using the <details> and <summary> HTML tags

Leave a comment on github