Allow setting uneditable Markdown in issue forms #7045
Replies: 3 comments
-
|
I'd like this as well to include checklists for certain types of issues automatically. |
Beta Was this translation helpful? Give feedback.
-
|
Here is another use case we have: we want to communicate to users that:
So we want to add a fixed paragraph at the top of every issue, e.g.:
Right now with issue form it doesn't look like it's possible unfortunately, is that correct? |
Beta Was this translation helpful? Give feedback.
-
|
Pulling together related requests for renderable Markdown:https://github.com/orgs/community/discussions/63402#discussioncomment-10341167 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Related to #4599, but that one's going in the wrong direction by assuming that
Markdownelements would be showing up in the submitted issue, which may cause this valid request go away unnoticed.I wish there's a way to set uneditable Markdown which does appear in the submitted issue. This could be as simple as allowing
contentEditable: falsein theattributesfield oftextAreaandinput. The most obvious use-case is allowing me to set a title for the issue template.Beta Was this translation helpful? Give feedback.
All reactions