Long transcripts can drown the conversation window. You can now paste them inside collapsible log blocks so they stay neatly folded until someone clicks to expand them.Works anywhere you type a message in chat.
- **`<tag>`** – any single word slug (letters, numbers, `-` or `_`) that describes the content. Common examples: `meeting`, `incident`, `ticket`.- **`<Title>`** – the one-line summary shown in the header.- **Body** – everything up to the closing three back-ticks.The entire block will render as a single header showing the title and number of lines; click it to reveal the body.## ExamplePaste this whole snippet in chat to see the feature in action:````markdown```meeting:Q3 Planning Call09:00 Alice: Morning everyone!09:02 Bob: Agenda review…09:05 Carol: Any blockers?
## StylingEach block’s left border colour changes with the tag:| Tag | Colour ||-----------|---------|| `meeting` | green || `incident`| red || `ticket` | yellow || *others* | default |Feel free to invent new tags – they’ll fall back to the default style automatically.## Tips- Mix regular Markdown before, between, or after blocks.- You can nest multiple blocks in a single message.- Titles support any characters except a line-break.