ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

feature: support for 'details' section #842

Open tfoote opened 4 years ago

tfoote commented 4 years ago

| Refiling https://github.com/ros-infrastructure/answers.ros.org/issues/186 from @gavanderhoorn

It might be nice if we could get support for the <details></details> tags such as is currently supported on Github in comments and issues & PRs.

This is hidden by default

Quite a few posts include verbatim copies of code and console text and that can get quite long, making posts harder to read.

If it were possible to include such large pieces of text, but collapse them somehow, that would improve readability of posts quite a bit

Good example of a question for which this would be perfect to have: Unable to load ROS2 workspace into CLion.