Issue with pdf rendering #13149
Unanswered
shubhamdutta26
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's a LaTeX issue with floating object, they float. Don't let ```{r}
#| tbl-pos: H
library(gt)
as_raw_html(gt(head(mtcars)))
``` |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am inserting a pagebreak using shortcode
{{< pagebreak >}}
in a pdf document. The Header 2 "## Table" is rendered after the actual table in the document. I did try\newpage
and\pagebreak
but it didnot work. How can I fix this?Beta Was this translation helpful? Give feedback.
All reactions