Skip to content
Discussion options

You must be logged in to vote

#4944 happens and #6620 was merged for dealing with first part of it.

This changed the way captions are expressed in HTML, so you should just inspect your HTML result, and look at the new rule you should set for your HTML

Probably

figcaption {
  margin: auto;
  text-align: center;
}

or something more targetted.

See here for the change that happens in HTML : https://quarto.org/docs/prerelease/1.4/crossref.html#changes-in-html-output

Advice: when you are using the pre-release version, watch out for changelog at https://quarto.org/docs/download/prerelease.html
We usually try to document such breaking change like this HTML changes.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@snhansen
Comment options

@cderv
Comment options

@snhansen
Comment options

Answer selected by snhansen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants