[education/rkward] rkward: added two columns HTML document
Stefan Rödiger
null at kde.org
Fri Sep 16 15:30:20 BST 2022
Git commit 6979871a3964304653e02aad37fce1b530158327 by Stefan Rödiger.
Committed on 16/09/2022 at 14:29.
Pushed by srodiger into branch 'master'.
added two columns HTML document
M +31 -0 rkward/RKWardRMd.xml
https://invent.kde.org/education/rkward/commit/6979871a3964304653e02aad37fce1b530158327
diff --git a/rkward/RKWardRMd.xml b/rkward/RKWardRMd.xml
index 41b9eccf..7e9be251 100644
--- a/rkward/RKWardRMd.xml
+++ b/rkward/RKWardRMd.xml
@@ -588,6 +588,37 @@ another style (see https://www.zotero.org/styles), you will need to specify a CS
- John Doe^[Institution One, john at example.org]
- Jane Doe^[Institution Two, jane at example.org]
---
+</fillin>
+ </item>
+ <item>
+ <match>R Markdown with two columns</match>
+ <fillin>---
+title: "Example R Markdown with two columns in RKWard with R version `r getRversion()`"
+author: "The RKWard Team"
+date: "`r format(Sys.time(), '%d %B, %Y')`"
+output: html_document
+---
+
+::: columns
+::: column
+This is the first column.
+
+```{r}
+plot(rnorm(199))
+```
+
+:::
+
+::: column
+
+This is the second column.
+
+```{r}
+hist(rnorm(199))
+```
+
+:::
+:::
</fillin>
</item>
</snippets>
More information about the rkward-tracker
mailing list