-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add donation badge with QR code to README #40
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -210,6 +210,16 @@ Client (HTTP/JSON) | |
| Upstream Service | ||
| ``` | ||
|
|
||
| ## Support the Project | ||
|
|
||
| <div align="center"> | ||
|
|
||
|  | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This README is also the crate README, but the new QR image uses the repo-relative path Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! ArtifactsRepro: package README asset resolution harness
Repro: harness output showing broken QR asset request
|
||
|
|
||
| USDT (TRC-20): `TFDsezHa1cBkoeZT5q2T49Wp66K8t2DmdA` | ||
|
|
||
| </div> | ||
|
|
||
| ## License | ||
|
|
||
| Apache-2.0 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wraps Markdown image syntax inside a raw HTML
div. In GitHub/CommonMark-style rendering, Markdown inside that HTML block is not parsed as an image, so the support section can show the literal image syntax or degrade to a link instead of displaying the QR code. That breaks the visible donation QR code this section is adding.Artifacts
Repro: README markdown-it rendering harness
Repro: rendered Support section HTML and QR img checks
Repro: generated HTML from the actual README
Repro: Playwright screenshot harness attempted for browser capture
Repro: Playwright launch failure showing missing Chromium system dependency