quarto-ext / fontawesome

Use Font Awesome icons in HTML and PDF documents.
MIT License
105 stars 10 forks source link

The URL link disappers when switch tabs between souce and visual in Quarto #21

Closed koliajaykr closed 1 year ago

koliajaykr commented 1 year ago
---
title: "text example"
author: "ajay"
format: revealjs
editor: visual
---

My Website

Please use this link

FA Icon

{{< fa globe >}} My website link


In the above example, when we switch tabs between the "Source" and "Visual" the URL link next to the used font icon disappears.

cscheid commented 1 year ago

This appears to be an issue with the RStudio IDE from your mention of "Source" and "Visual". If that's the case, please file the bug on the RStudio repository: https://github.com/rstudio/rstudio.

koliajaykr commented 1 year ago

Filed bug issue on the RStudio repository.