From 4fa242663812f224793621afc754f361e3d25d71 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 20 Jan 2024 22:41:30 -0500 Subject: [PATCH] vignette --- vignettes/tutorial.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index b16585ee..faee5dc5 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -307,7 +307,7 @@ Markdown can be rendered in cells by using the `markdown` argument of the `forma ```{r} dat <- data.frame( markdown = c( "This is _italic_ text.", - "This sentence ends with a superscript^2^.") + "This sentence ends with a superscript.^2^") ) tt(dat) |>