refactor(core): migrate ticket number rendering as markdown_it plugin

ref: #270 #271
This commit is contained in:
2024-09-12 16:28:27 +09:30
parent 51f28a6cf8
commit 3e684b117f
3 changed files with 113 additions and 2 deletions

View File

@ -27,6 +27,8 @@ All Text fields, that is those that are multi-lined support markdown text.
- Heading Anchors
- Ticket References
## Admonitions
@ -55,3 +57,8 @@ Available admonition types are:
- danger
- quote
## Ticket References
Declare a ticket reference in format `#<ticket number>`, and it will be rendered as a link to the ticket. i.e. `#2`