Skip to content

Don't escape HTML in panel labels#187

Merged
Universal-Omega merged 1 commit intoUniversal-Omega:mainfrom
wackbyte:label
May 4, 2026
Merged

Don't escape HTML in panel labels#187
Universal-Omega merged 1 commit intoUniversal-Omega:mainfrom
wackbyte:label

Conversation

@wackbyte
Copy link
Copy Markdown
Contributor

@wackbyte wackbyte commented May 4, 2026

I found that panel tab labels are HTML-escaped because double braces are used instead of triple braces.

An example of this occurs on the HAPPY HAPPY article from TWICEpedia on wiki.gg, where the tabs under "Song chronology" that have & are escaped to show &amp;. Another example is on the STRATEGY article, where # generates a list, which is rendered as <ol><li>...</li></ol> (solved with <nowiki />, but ideally the HTML should not be escaped).

#115 seems to be related to this.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: aaaa5ed9-ad32-4675-9481-5135b711dac0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.78%. Comparing base (ee3821b) to head (296f041).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #187   +/-   ##
=========================================
  Coverage     60.78%   60.78%           
  Complexity      503      503           
=========================================
  Files            36       36           
  Lines          1525     1525           
=========================================
  Hits            927      927           
  Misses          598      598           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Universal-Omega Universal-Omega merged commit e41c302 into Universal-Omega:main May 4, 2026
17 checks passed
@Universal-Omega
Copy link
Copy Markdown
Owner

Thanks for the PR!

@wackbyte wackbyte deleted the label branch May 4, 2026 23:28
@wackbyte
Copy link
Copy Markdown
Contributor Author

wackbyte commented May 4, 2026

Of course! 🙂

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

Successfully merging this pull request may close these issues.

2 participants