Skip to content
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

bin/docgen expands curly braces, even if they are marked as code #3832

Open
SimJoSt opened this issue May 17, 2024 · 1 comment
Open

bin/docgen expands curly braces, even if they are marked as code #3832

SimJoSt opened this issue May 17, 2024 · 1 comment
Labels

Comments

@SimJoSt
Copy link
Contributor

SimJoSt commented May 17, 2024

Syntax in recipe docs like this

`{{static_content_locales}}`

gets converted by bin/docgen to this for the docs

`[static_content_locales](/docs/recipe/magento2.md#static_content_locales)`

Maybe it could make sense to only expand curly braces, if they are not marked as code.
This is already the case, if text is part of a code block.

@antonmedv
Copy link
Member

Makes sense.

@antonmedv antonmedv added the bug label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants