You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
However, once I use dedoc, it returns the redoc placeholder instead of the R code:
---
title: Reversible R Markdown Document
subtitle: Your subtitle
author: Your Name
date: Created `r Sys.Date()`
bibliography: '[[redoc-inlinecode-2]]'
output:
redoc::redoc:
highlight_outputs: yes
margins: 1
line_numbers: no
---
@einstein
Einstein, Albert. 1905. "Zur Elektrodynamik bewegter Körper. (German) \[on the
Electrodynamics of Moving Bodies\]." *Annalen Der Physik* 322 (10): 891--921.
<https://doi.org/http://dx.doi.org/10.1002/andp.19053221004>.
Session Info
─ Sessioninfo ─────────────────────────
settingvalueversionRversion3.5.3 (2019-03-11)
osmacOSMojave10.14.6systemx86_64, darwin15.6.0uiRStudio
language (EN)
collateen_AU.UTF-8ctypeen_AU.UTF-8tzAustralia/Sydneydate2020-03-26
Pandoc version (get with rmarkdown::pandoc_version): 2.3.1
RStudio version (if applicable): 1.3.300
The text was updated successfully, but these errors were encountered:
shirdekel
changed the title
R code in bibliography returns as redoc placeholder after dedoc
R code in YAML bibliography field returns as redoc placeholder after dedoc
Mar 27, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given the following
reprex.bib
file:The following
reprex.Rmd
renders fine:reprex.docx
However, once I use dedoc, it returns the redoc placeholder instead of the R code:
Session Info
Pandoc version (get with rmarkdown::pandoc_version): 2.3.1
RStudio version (if applicable): 1.3.300
The text was updated successfully, but these errors were encountered: