Support Markdown callouts (OD-2561)
sev opened 4 months ago

e.g.

> [!NOTE] Title
> Some text...

Currently, you'd have to do something like this:

> ## 📝 Title
> Some text...

Which looks like:

📝 Title

Some text...

Not standard Markdown, and not at all de facto standard across the various Markdown forks and extensions, but supported by GFM and various software. Anything mirrored with GitHub that uses this syntax will look funky without support, e.g.:

Title

Some text...

There are alternative formats you could implement, but I would advise against it if compatibility with GitHub is desired.

  • OneDev commented 3 months ago

    State changed as code fixing the issue is committed (aeb94bc2)

  • OneDev changed state to 'Closed' 3 months ago
    Previous Value Current Value
    Open
    Closed
  • OneDev commented 3 months ago

    State changed as build OD-6658 is successful

  • OneDev changed state to 'Released' 3 months ago
    Previous Value Current Value
    Closed
    Released
issue 1/1
Type
New Feature
Priority
Minor
Assignee
Labels
No labels
Issue Votes (0)
Watchers (3)
Reference
OD-2561
Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover