[education/rkward] rkward: fix for RMarkdown template

Stefan Rödiger null at kde.org
Wed Aug 24 09:40:32 BST 2022


Git commit 55d15eac7c91b602be05fe25b262800e1cf2bdc1 by Stefan Rödiger.
Committed on 24/08/2022 at 08:39.
Pushed by srodiger into branch 'master'.

fix for RMarkdown template

M  +3    -4    rkward/RKWardRMd.xml

https://invent.kde.org/education/rkward/commit/55d15eac7c91b602be05fe25b262800e1cf2bdc1

diff --git a/rkward/RKWardRMd.xml b/rkward/RKWardRMd.xml
index e8987b4f..41b9eccf 100644
--- a/rkward/RKWardRMd.xml
+++ b/rkward/RKWardRMd.xml
@@ -203,7 +203,7 @@ A & B \\
  </item>
  <item>
   <match>YAML header</match>
-    <fillin>---
+<fillin>---
 title: "Example R Markdown in RKWard with R version `r getRversion()`"
 author: "Author Name"
 date: "`r Sys.Date()`"
@@ -391,7 +391,7 @@ If you like RKWard consider to donate. Some small amount for a cup of coffee or
  </item>
  <item>
    <match>R Markdown PDF template</match>
-   <fillin>---
+<fillin>---
 title: "Example R Markdown in RKWard with R version `r getRversion()`"
 author: "The RKWard Team"
 date: "`r format(Sys.time(), '%d %B, %Y')`"
@@ -399,9 +399,8 @@ output:
     pdf_document:
       fig_caption: yes
       highlight: kate
-      number_sections: yes
+      number_sections: true
       toc: yes
-number_sections: true
 urlcolor: blue
 linkcolor: red
 ---


More information about the rkward-tracker mailing list