We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the questions posed at the end of this comment leads me to investigate the possibility of moving the concept of display text beyond the string type
string
The text was updated successfully, but these errors were encountered:
when i see things like ngx-markdown and MarkdownTextBlock XAML Control the message seems clear to me that display text should support markdown
at the very least, i propose a new type, DisplayText, which would be a wrapper around string:
DisplayText
export class DisplayText { public content: string; public contentType: 'plain' | 'html' | 'markdown'; }
this class definition appears to be the most friendly towards translation into other languages like C#
Sorry, something went wrong.
content-block
BryanWilhite
No branches or pull requests
the questions posed at the end of this comment leads me to investigate the possibility of moving the concept of display text beyond the
string
typeThe text was updated successfully, but these errors were encountered: