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
Goal
Support the complete markdown syntax in the
@markdownfunction.The current ( at time of writing ) supported features are:
slint/internal/compiler/builtins.slint
Lines 713 to 739 in 814caf5
Current plan
See also