Replies: 2 comments 7 replies
-
The issue is also present in the 1.6.x preview but the drafts render fine in 1.4.557 (which doesn't seem to show the Draft banner at the top, as I think that was a 1.5.x feature?) The issue isn't present in 1.5.0 but does occur in 1.5.22. I think I'm just going back to 1.4.x for now. |
Beta Was this translation helpful? Give feedback.
-
It does not work for versions earlier than 1.5 (1.5.0 did not have the feature) because the draft feature had no meaning at that time. The purpose of a draft is not to be rendered when rendering a project, so I am not sure why you would expect a draft to be rendered as if it was not a draft. How are you calling Did you read the documentation of the feature you are trying to use? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I wish I had an easy reproduction. My web site is in quarto. I created a new post inside my structure. if
draft:true
is on the post, the post completely fails to render. This is currently a text-only post with no executable code at all. The resulting html file is:and nothing else.
if
draft:false
it renders and previews fine. I made a standalone.qmd
file without the structure of my site, and it worked without issue, both in draft and not in draft. But within my site setup, the draft just will not render.Is there something I'm doing wrong? Logging did not show any obvious errors etc.
Beta Was this translation helpful? Give feedback.
All reactions