Skip to content

docs: Unintentionally escaped HTML in markdown #1299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gadenbuie opened this issue Apr 10, 2024 · 0 comments
Open

docs: Unintentionally escaped HTML in markdown #1299

gadenbuie opened this issue Apr 10, 2024 · 0 comments

Comments

@gadenbuie
Copy link
Collaborator

gadenbuie commented Apr 10, 2024

From https://shiny.posit.co/py/api/express/express.ui.panel_conditional.html#examples

but if you do use them anyway, for example, id = "foo.bar", you will have to use input["foo.bar"] instead of input.foo.bar to read the input value.

Expected:

but if you do use them anyway, for example, id = "foo.bar", you will have to use input["foo.bar"] instead of input.foo.bar to read the input value.

Source:

You are not recommended to use special JavaScript characters such as a period . in
the input id's, but if you do use them anyway, for example, `id = "foo.bar"`, you
will have to use `input["foo.bar"]` instead of ``input.foo.bar`` to read the input
value.

Important detail: this doesn't happen in the Core version of the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant