-
Notifications
You must be signed in to change notification settings - Fork 438
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
js: config.js: Fix newline character handling in data-isso-* i18n strings #992
js: config.js: Fix newline character handling in data-isso-* i18n strings #992
Conversation
please complete the checklist in the PR template |
Added an entry to CHANGES.rst |
Hmm, not sure what is up with the CI here - can you rebase on main? |
0eb1866
to
0039be6
Compare
Sure, I've rebased the changes. |
Hmm, some of the actions don't seem to run for this PR? |
I'm not sure if I can get them to launch. |
I think some checks didn't run because there are no changes to the |
Ah, good call - fixed in #1004. Can you rebase past that PR? |
@jelmer |
0039be6
to
38ebc61
Compare
All checks passed after I rebased onto #1004. |
Hey @pkvach, thank you for this PR! I see you (were) on a roll here with proposing a lot of useful fixes with great descriptions and tests. Sorry you had to wait so long for review. I only have one suggestion to make in order to clean up that whole code block while you're at it (in a separate commit). Either way, your code as-is is fine as well.
|
38ebc61
to
66c7c65
Compare
@ix5 |
…ings Replace escaped newline characters in data-isso attribute values with actual newline characters to ensure correct parsing and display. Fixes isso-comments#912
09a0ba8
to
953051b
Compare
Nice, thank you for your contribution! |
@ix5 Do you think you can release this change? Thanks 🙏🏻 |
Checklist
What changes does this Pull Request introduce?
Replace escaped newline characters in data-isso attribute values with actual newline characters to ensure correct parsing and display.
Why is this necessary?
Fixes #912
Example of a non-working configuration from a related issue: