Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderer: Floating : at returns and raises with no name when table_style: description-list #389

Open
signekb opened this issue Jan 8, 2025 · 0 comments

Comments

@signekb
Copy link

signekb commented Jan 8, 2025

When using table_style: description-list in _quarto.yml and returns and raises don't have names, their sections are still rendered with a : annotation separator (anno_sep). This results in a floating :.

Example of issue

From Shiny for Python
image

Expected behaviour

In this case, I would expect that there would be no colon and it would look like this:

## Returns
`Context`
A `~shiny.reactive.Context` class.

Raises
`RuntimeError`
If called outside of a reactive context.
@signekb signekb changed the title Renderer: Floating : at returns and raises with no name Renderer: Floating : at returns and raises with no name and table_style: description-list Jan 8, 2025
@signekb signekb changed the title Renderer: Floating : at returns and raises with no name and table_style: description-list Renderer: Floating : at returns and raises with no name when table_style: description-list Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant