lukaszlenart opened a new pull request, #296: URL: https://github.com/apache/struts-site/pull/296
## Summary - The previous card put block-level `<div>` and `<p>` elements inside an `<a>`, which Kramdown can't parse — it terminates the anchor early and renders a literal `</a>` after the button (visible on production after #295) - Restructure: the outer wrapper is now a `<div>`, and only the 'Get from Marketplace' button is an `<a>`. No block elements inside an inline anchor — Kramdown parses cleanly ## Test plan - [ ] Verify on staging (https://struts.staged.apache.org/idea-plugin) that the card renders as a single bordered block with no stray `</a>` text -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
