[education/rkward] rkward: color for link and URL added to YAML

Stefan Rödiger null at kde.org
Thu Jun 23 16:00:20 BST 2022


Git commit 2611a4f176f29ba68c5b545f5ef4a8bedbf756e4 by Stefan Rödiger.
Committed on 23/06/2022 at 14:59.
Pushed by srodiger into branch 'master'.

color for link and URL added to YAML

M  +6    -0    rkward/RKWardRMd.xml

https://invent.kde.org/education/rkward/commit/2611a4f176f29ba68c5b545f5ef4a8bedbf756e4

diff --git a/rkward/RKWardRMd.xml b/rkward/RKWardRMd.xml
index 8e1f595d..3f099f53 100644
--- a/rkward/RKWardRMd.xml
+++ b/rkward/RKWardRMd.xml
@@ -225,6 +225,8 @@ output:
       highlight: kate
       number_sections: yes
       toc: yes
+urlcolor: blue
+linkcolor: red
 ---
 
 ```{r, echo=TRUE}
@@ -257,6 +259,8 @@ output:
       toc_float: true
       toc_collapsed: true
 number_sections: true
+urlcolor: blue
+linkcolor: red
 ---
 
 <!--
@@ -410,6 +414,8 @@ output:
       number_sections: yes
       toc: yes
 number_sections: true
+urlcolor: blue
+linkcolor: red
 ---
 
 <!--


More information about the rkward-tracker mailing list