Skip to content
New issue

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

Styling text inside Text #41

Open
jan-smo opened this issue Jul 27, 2022 · 0 comments
Open

Styling text inside Text #41

jan-smo opened this issue Jul 27, 2022 · 0 comments

Comments

@jan-smo
Copy link

jan-smo commented Jul 27, 2022

How to format/style text in Text, e.g. bold/italic or add a link?

In other words, what is the appsilon.blueprint way of doing

 htmlOutput(ns("info")
 output$info <- renderText({​
   var_x <- fun(...)
   paste0("Value for variable x is: <b>", var_x, "</b>")
 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant