feat(core): render ticket number #\d+ links within markdown

ref: #250 #252 #96 #93 #95 #90 #115
This commit is contained in:
2024-08-31 17:51:25 +09:30
parent f0b604b5dc
commit 9132608aaf
3 changed files with 74 additions and 1 deletions

View File

@ -229,6 +229,33 @@
}
#rendered-ticket-link {
display: flexbox;
line-height: 30px;
}
#rendered-ticket-link #icon {
display: inline-block;
line-height: 30px;
margin: 0px;
vertical-align: middle;
}
#rendered-ticket-link #icon svg {
height: 20px;
margin: 0px;
margin: 0px;
line-height: inherit;
}
#rendered-ticket-link #text{
display: inline-block;
height: 20px;
line-height: inherit;
font-size: inherit;
}
#ticket-comments #comment {
border: 1px solid #177ee6;
}