How'd you enclose code in a collapsible box? I thought it wasn't possible
Looks like markdown code tags aren't supported, but html pre tag is.
pre
<details> <summary>Spoiler</summary> <pre> Code here </pre> </details>
<details>
<summary>Spoiler</summary>
<pre>
Code here
</pre>
</details>
three backticks works for code blocks
@abr started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
How'd you enclose code in a collapsible box? I thought it wasn't possible