Questions tagged [rmdformats]
6 questions
2
votes
1 answer
How to modify "downcute" CSS from rmdformats, to have author as in "readthedown"
My understanding of CSS is less than basic. I have a vague idea of what some elements do, and I manage to customize for example their colour or font size. But I really don't understand how to achieve the following.
I like very much the downcute CSS…

pglpm
- 516
- 4
- 14
1
vote
1 answer
RMarkdown using readthedown template. self_contained: true seems do not work
I'm referring to the template readthedown provided by the package rmdformats version 1.0.4 executed by R 4.2.1 on Windows 11
I'm running an old script with the following YAML section
---
title: "Title"
subtitle: "SubTitle"
author: "Author"
date:…

Tiziano
- 271
- 1
- 5
- 9
1
vote
2 answers
rmdformat: change default table scroll box
Context
The rmdformats package provides a few cool default theme for Rmds.
I'm using the downcute theme.
Reproducible example
However, when I plot a table in my html document, the theme automatically sets a few defaults that I can't figure out how…

Edo
- 7,567
- 2
- 9
- 19
0
votes
0 answers
How to cross-reference multiple figures from a single chunk in Rmarkdown with html output?
I have an Rmd script with multiple figures per chunk.
I would like to reference each figure when commenting them.
What is the syntax for calling each separate figure?
I started with one figure per chunk, which worked:
---
title: "chaos downcute html…

fpantin
- 3
- 3
0
votes
0 answers
Cross-references not working in RMDformats
Cross-referencing of figures and sections is not working in my document.
I tried toggling it in the preamble.
output:
rmdformats::robobook:
highlight: kate
fig_caption: TRUE
usebookdown: TRUE
---

FPM
- 21
- 1
0
votes
0 answers
Ignore a rule in mdformat in pre-commit
Context
While trying to preserve the formatting of a specific piece of output in a README.md file, I noticed I was not able to find an explanation on how to ignore a rule in the documentation. (Neither for the command line arguments, nor for the…

a.t.
- 2,002
- 3
- 26
- 66