diff --git a/RStudio-instructions.md b/RStudio-instructions.md index e5d8ae1..54cd860 100644 --- a/RStudio-instructions.md +++ b/RStudio-instructions.md @@ -1,10 +1,13 @@ There's no straightforward way to enable font ligatures in RStudio even if it's supposed to support them. Use the following workaround to enable font ligatures: 1. Close RStudio -2. Open [RStudio dir]\www\index.htm +2. Open [RStudio dir]/www/index.htm 3. Add following code between `` and ``: - `` + ```html + + ``` + 4. Restart Rstudio Source: [How to enable font ligatures in Rstudio?](https://stackoverflow.com/questions/34548194/rstudio-how-to-enable-font-ligatures-in-rstudio/34714296#34714296) \ No newline at end of file