Skip to content

🎯 Tracking: support complete markdown syntax in @markdown #12675

Description

@80avin

Goal

Support the complete markdown syntax in the @markdown function.

The current ( at time of writing ) supported features are:

/// Styled Text supports the following features:
///
/// Feature | Method
/// ---------------|-------
/// Italics | Builtin
/// Strikethroughs | Builtin
/// Inline code | Builtin
/// Links | Builtin
/// Ordered and unordered lists | Builtin
/// Underlines | `<u>` HTML tag
/// Text Colors |`<font color="...">` HTML tags
///
/// ### Currently Unsupported
///
/// Feature |
/// -----------------|
/// Headings |
/// Images |
/// Tables |
/// Block Quotes |
/// Subscripts |
/// Superscripts |
/// Horizontal Rules |
/// Footnotes |
/// Math expressions |
/// Other HTML tags |
/// \group:elements

Current plan

See also

Metadata

Metadata

Assignees

No one assigned

    Labels

    roadmapTickets that we can use for roadmapping

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions