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
Originally posted by markusgritsch March 16, 2023 In a LonaView I would like to return two Buttons separated by some like this:
html = HTML( Button('B1'), ' ', Button('B2'), )
However, this gets rendered as:
Other HTML tags like <br> or <b> get interpreted as markup, and even the following works:
<br>
<b>
html = HTML( Button('B1'), '<b>te xt</b>', Button('B2'), )
I think this is related to issue #268, so it there still no way to achive this?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #362
Originally posted by markusgritsch March 16, 2023
In a LonaView I would like to return two Buttons separated by some
like this:However, this gets rendered as:
Other HTML tags like
<br>
or<b>
get interpreted as markup, and even the following works:I think this is related to issue #268, so it there still no way to achive this?
The text was updated successfully, but these errors were encountered: