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

debug: template string gets parsed instead of displayed #12

Open
davidsneighbour opened this issue Oct 31, 2021 · 0 comments
Open

debug: template string gets parsed instead of displayed #12

davidsneighbour opened this issue Oct 31, 2021 · 0 comments
Assignees
Labels
module:debug prio:1 state:confirmed This issue is confirmed. type:bug Bugfixes in codebase when something is not working.

Comments

@davidsneighbour
Copy link
Owner

Having an HTML string in a variable will lead to it being parsed into the debugging table instead of displayed as HTML string.

Sample:

{{ partial "debugprint" .NextPage }}

will render the link to the next page instead of displaying the HTML but should display the type and the string itself.

@davidsneighbour davidsneighbour self-assigned this Oct 31, 2021
@davidsneighbour davidsneighbour changed the title Template string gets parsed instead of displayed hugo-debug: template string gets parsed instead of displayed Mar 30, 2023
@davidsneighbour davidsneighbour transferred this issue from davidsneighbour/hugo-debug Mar 30, 2023
@davidsneighbour davidsneighbour added state:unconfirmed This issue needs to be reproduced. module:debug state:confirmed This issue is confirmed. type:bug Bugfixes in codebase when something is not working. prio:1 and removed bug state:unconfirmed This issue needs to be reproduced. labels Aug 4, 2024
@davidsneighbour davidsneighbour changed the title hugo-debug: template string gets parsed instead of displayed debug: template string gets parsed instead of displayed Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:debug prio:1 state:confirmed This issue is confirmed. type:bug Bugfixes in codebase when something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant