Skip to content
Discussion options

You must be logged in to vote

Edit: @dcnorris I misunderstood what what markdown_strict, i.e., pipe tables is not markdown strict, thus you need to use the following for format format: markdown_strict+pipe_tables.

Quarto document code modified
---
title: "Exposing some ideological subtext in Fourie Zirkelbach et al (2022)"
author:
  - David C. Norris
number-sections: true
format: markdown_strict+pipe_tables
#  html:
#    code-fold: true
#    embed-resources: true
date: "`r format(Sys.Date(), '%B %d, %Y')`"
bibliography:
  - FZ.bib
#csl: "../Zotero/styles/nature.csl"
execute:
  echo: true
---

```{r}
library(data.table)
library(jpeg)

## The ... argument lets us pass e.g. 'axes = TRUE' for the initial registration plot,

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mcanouil
Comment options

@dcnorris
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

Answer selected by dcnorris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants