Open ohjakobsen opened 11 months ago
Instead of relying on complex paste() and sprintf() commands or raw HTML, we should consider writing all front end text as markdown, and use the markdown() function in shiny to convert markdown to proper HTML.
paste()
sprintf()
markdown()
Instead of relying on complex
paste()
andsprintf()
commands or raw HTML, we should consider writing all front end text as markdown, and use themarkdown()
function in shiny to convert markdown to proper HTML.