Maulik Bhatt

Results 2 comments of Maulik Bhatt

I just solved it by removing the "`HOLD_position`" argument, and putting the following code in the preamble: ``` \AtBeginDocument{ \floatplacement{table}{H} } ```

@Prio-man There is another solution also. This is mentioned by @cshield in another issue. The idea is to drop "`HOLD_position`" argument inside the `kable_styling` function. Instead, add the `tbl-pos: H`...