79159272

Date: 2024-11-05 13:25:13
Score: 1
Natty:
Report link

For params you need to explicitly set the engine to knitr like this

---
title: "Untitled"
format: html
params:
  alpha: 2
engine: knitr
---

## Params inline code 

This values is `r params$alpha` 


using params with inline code chunks

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Josh Allen