Sidebar defined in _quarto.yml not rendering raw HTML in Quarto CLI 1.3.306 #5221
-
I maintain the Southern California R User Group website (socalr.org) which was developed with Quarto. I attempted to upgrade to Quarto 1.3.306 but raw HTML was not rendering as expected in the site's sidebar. For reference, our GitHub repo can be found here: github.com/socalrug/socalr.org Below an example code snippet from the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I believe the According to this comment, it should look something like: - section: "Book Clubs"
contents:
- text: 2023-01: Advanced Probabilistic ML
href: https://www.meetup.com/socal-rug/events/290821300/
target: _blank
- text: 2022-04: Forecasting Principles
href: https://www.meetup.com/socal-rug/events/284913426/
target: _blank
[etc.] |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting. I'm closing this and we can track in the bug. |
Beta Was this translation helpful? Give feedback.
This is unintentional and introduced in this commit:
6dcadb8
We'll likely try to get this fixed for 1.3 final - I'm converting this conversation to an issue to track...