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
If you use a Issue Form, the Teextarea are normal Textareas and not a Markdown Box.
Just create a new Issue For by creating .gitea/ISSUE_TEMPLATE/bug.yaml with this content:
name: Bugdescription: Write a Bug reportlabels: [Bug]body:
- type: textareaid: bug_descriptionattributes:
label: Describe the bugdescription: A clear description what the Bug isvalidations:
required: true
You can enter Markdown in the Textarea and it will be rendered, but on the Form it's just a normal Textarea and not a Markdown Box, so you missing Features like a Preview.
This Problem is also noted in the Code, but there is no Bug Report yet.
silverwind
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/enhancement
An improvement of existing functionality
topic/ui
Change the appearance of the Gitea UI
and removed
type/bug
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
labels
Apr 28, 2023
Description
If you use a Issue Form, the Teextarea are normal Textareas and not a Markdown Box.
Just create a new Issue For by creating
.gitea/ISSUE_TEMPLATE/bug.yaml
with this content:You can enter Markdown in the Textarea and it will be rendered, but on the Form it's just a normal Textarea and not a Markdown Box, so you missing Features like a Preview.
This Problem is also noted in the Code, but there is no Bug Report yet.
gitea/templates/repo/issue/fields/textarea.tmpl
Lines 1 to 6 in bb25f85
Gitea Version
bb25f85
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Build from source
Database
None
The text was updated successfully, but these errors were encountered: