Replies: 5 comments
-
Could you properly format your post using code blocks for code and terminal outputs as explained in the issue template? Thanks. Additionally, please keep your example small by removing everything not useful and/or related to the issue, i.e., are all the options and all that code really needed/required? Note also that your code emits mixed content: images and markdown. |
Beta Was this translation helpful? Give feedback.
-
Hi, I deleted some innecesary code and some sections of the yml header. Also added the ````qmd lines. For the knit_child(), can you expand more on this? Where this should be placed? |
Beta Was this translation helpful? Give feedback.
-
There is extensive documentation about this Also several discussions here on GitHun using it. |
Beta Was this translation helpful? Give feedback.
-
Ohhh okay I get it, I've done this before. Let me try it to see if the lightbox feature works. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Let's continue this in a discussion because I don't think there is a bug here. |
Beta Was this translation helpful? Give feedback.
-
Bug description
Hi!
I'm rendering tabsets automatically with a for loop inside a function. The problem is that the images rendered by this for loop doesn't have the lightbox functionality. Also, when using the symbol #| inside the chunk the image(s) dissapears.
Steps to reproduce
Expected behavior
Click on images should show the lightbox functionallity even if these images are generated by a for loop.
Actual behavior
Click on images doesn't show the lightbox functionallity.
Your environment
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2024.09.0+375 Chrome/124.0.6367.243 Electron/30.4.0 Safari/537.36, Quarto 1.5.56 (C:/Program Files/Quarto/bin/quarto.exe)
Quarto check output
$ quarto check
Quarto 1.5.57
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.5.57
Path: C:\Users\pieropalacios\AppData\Local\Apps\Quarto\bin
CodePage: 1252
[>] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[>] Checking LaTeX....................OK
Tex: (not detected)
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....OK
Version: 3.12.4 (Conda)
Path: C:/Users/pieropalacios/AppData/Local/miniconda3/python.exe
Jupyter: (None)
[>] Checking R installation...........OK
Version: 4.4.1
Path: C:/PROGRA
1/R/R-441.1LibPaths:
- C:/Users/pieropalacios/AppData/Local/R/win-library/4.4
- C:/Program Files/R/R-4.4.1/library
knitr: 1.48
rmarkdown: 2.28
[>] Checking Knitr engine render......OK
Beta Was this translation helpful? Give feedback.
All reactions