article writing/formatting: markdown for a collapsible section ?
-
Is there a way I can have sections in the article that can collapsed/expanded ? One-level (no nesting) deep is fine. thanks, Bill
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch
-
Is there a way I can have sections in the article that can collapsed/expanded ? One-level (no nesting) deep is fine. thanks, Bill
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch
At this time we do not have this functionality, I'm afraid.
Thanks, Sean Ewington CodeProject
-
Is there a way I can have sections in the article that can collapsed/expanded ? One-level (no nesting) deep is fine. thanks, Bill
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch
If you're editing the raw HTML, the
<details>
element[^] might work. (Assuming the editor doesn't remove it.) :)<details>
<summary>A collapsible section</summary>
...
</details>A collapsible section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
If you're editing the raw HTML, the
<details>
element[^] might work. (Assuming the editor doesn't remove it.) :)<details>
<summary>A collapsible section</summary>
...
</details>A collapsible section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
cool ! thanks
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch