Collapsible TOC

Operating system

iOS

Joplin version

13.6.9

Sync target

WebDAV

Editor

Markdown Editor

What issue do you have?

I’d like to have a collapsible TOC so it’s not always taking up large portion of the top of screen or pages. I tried to put it in a

and tags but it shows the black arrow but then just [toc] next to it. The arrow moves down and right but does not expand the TOC. Any ideas?

Make sure you have an empty line before the [TOC] entry.

<details markdown='1'>
<summary>Table of Contents</summary>

[TOC]
</details>