shellscape / shellscape/jsx-email
Markdown component styling issue
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
- Component or Package Name:
- Component or Package Version: 2.8.4
@jsxp-email/cliVersion?: ??- Operating System (or Browser): Linux, Firefox
- Node Version: bun
- Link to reproduction (⚠️ read below): https://stackblitz.com/edit/jsx-email-repro-ykmwftcc?file=templates%2FReproduction.tsx
Expected Behavior
When rendering the markdown, the th should have a black 1px solid border around the cells, while the td should have a 4px solid blue border.
Actual Behavior
When rendering the Markdown, the th inside the markdown will have the styling of the td. The th css styles are not applied.
Additional Information
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the StackBlitz reproduction, especially templates/Reproduction.tsx, and compare the rendered Markdown table styles for th and td. Confirm that th receives a black 1px solid border while td retains a 4px solid blue border.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100