mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 08:20:13 +00:00
feat: use combo markdown editor for milestone description
- Use the combo markdown editor for the milestone description. The milestone description is rendered in markdown, so it makes sense to use a 'markdown-aware' editor. This also includes the option to use monospace font. - Resolves #5649
This commit is contained in:
parent
2626f4ee3b
commit
4c6587d6a0
4 changed files with 22 additions and 2 deletions
|
@ -14,6 +14,8 @@ func TestEasyMDESwitch(t *testing.T) {
|
|||
testEasyMDESwitch(t, session, "user2/glob/issues/new", false)
|
||||
testEasyMDESwitch(t, session, "user2/glob/wiki?action=_new", true)
|
||||
testEasyMDESwitch(t, session, "user2/glob/releases/new", true)
|
||||
testEasyMDESwitch(t, session, "user2/glob/milestones/new", true)
|
||||
testEasyMDESwitch(t, session, "user2/repo1/milestones/1/edit", true)
|
||||
}
|
||||
|
||||
func testEasyMDESwitch(t *testing.T, session *TestSession, url string, expected bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue