carpentries / workbench

Repository for Discussions and Materials about The Carpentries Workbench
https://carpentries.github.io/workbench/
Creative Commons Attribution 4.0 International
17 stars 7 forks source link

[Improvement] Quote style #26

Closed anenadic closed 1 year ago

anenadic commented 2 years ago

Quotes are not that visually different from other text as shown in the image below:

image

The font is bigger but it is not necessarily clear this is a quote. I know this is matter of personal preference.

zkamvar commented 1 year ago

Can you give me a link to the page where you are seeing this? The blockquote issue was reported in https://github.com/carpentries/varnish/issues/27 and fixed in varnish 0.1.11:

screencapture of a blockquote that is indented and has a grey vertical bar offsetting it from the rest of the text

If this is local, you should try updating varnish:

install.packages("sandpaper", repos = c("https://carpentries.r-universe.dev/", getOption("repos")))
sanpaper::update_varnish()
zkamvar commented 1 year ago

Hi @anenadic, do you still see this issue?

zkamvar commented 1 year ago

I am going to close this issue as I believe I have fixed it back in August.