You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just opened #152 using the bug report issue template. The problem is that the "reproducible code example" and "error message" text areas are rendered as python code. So the details tags are naturally completely ignored. I think that these text areas should be regular markdown, and start with a value, not a placeholder. The placeholder disappears immediately once you start typing, but the value will stay as part of the markdown. We could add the <details> tags there, with the relevant python markdown brackets in there.
The text was updated successfully, but these errors were encountered:
Description
I just opened #152 using the bug report issue template. The problem is that the "reproducible code example" and "error message" text areas are rendered as python code. So the details tags are naturally completely ignored. I think that these text areas should be regular markdown, and start with a value, not a placeholder. The placeholder disappears immediately once you start typing, but the value will stay as part of the markdown. We could add the
<details>
tags there, with the relevant python markdown brackets in there.The text was updated successfully, but these errors were encountered: