render --to pdf
and ::: {.content-visible when-profile="MYPROFILE"}
: why is preceding empty line required
#4885
Unanswered
r-cheologist
asked this question in
Q&A
Replies: 2 comments
-
That's by design. What are you trying to accomplish? If you're looking for an in-paragraph version of content-visible, that's currently not supported: only entire blocks can be hidden or visible at once. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of #4886 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider a
*.qml
file like this:This works just fine, but when omitting the empty line preceding
::: {.content-visible
, the container is not recognized and printed verbatim.Is that by design or a bug?
Beta Was this translation helpful? Give feedback.
All reactions