quarto-dev / quarto-dev/quarto-cli
fig-cap-location conflict with code annotation
Personne n'a encore pris cette issue.
- Langage dominant
- JavaScript
- Étoiles
- 6k
- Forks
- 458
- Merge moyen
- 1 j 9 h
- PR mergées (30 j)
- 41
Description
---
title: 'Title'
format: html
---
::: {#fig-learnxmp fig-cap-location="top"}
```xml
<context-info>
<url>file:/Volumes/.../1051-Learn.mp4</url> # <1>
```
1. Testing annotations.
Caption
:::
while without annotation
---
title: 'Title'
format: html
---
::: {#fig-learnxmp fig-cap-location="top"}
```xml
<context-info>
<url>file:/Volumes/.../1051-Learn.mp4</url>
```
Caption
:::
Same with Margin
Found while looking at https://forum.posit.co/t/code-annotations-after-caption-in-labeled-container-divs/183061
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Start by rendering the two minimal Markdown examples in the issue with Quarto, comparing the annotated and unannotated code blocks and the margin variant. Trace the rendering path for labeled container divs, figure caption placement, and code annotations; done means annotations no longer alter the requested caption location and the examples render consistently.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- markdown
- Domaine
- cli
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100