From 369b92cccbc6543af36aab02c75ae1cd05b9c50d Mon Sep 17 00:00:00 2001 From: Philipp A Date: Wed, 10 Aug 2016 14:28:53 +0200 Subject: [PATCH] prettify and use separators that work on any OS (including windows) --- RStudio-instructions.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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