Thinkmill / Thinkmill/keystatic
handle markdown table column alignment
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 159
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 2
Description
currently, the mdx field will remove any table column alignment on save:
| title | counts |
| ----- | -----: |
| one | 1 |
| two | 123 |
will be saved as:
| title | counts |
| ----- | ------ |
| one | 1 |
| two | 123 |
(note that the colon : which marks the column alignment is removed)
Contributor guide
No contributing guide indexed for this repository
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 by locating the mdx field's save path and the markdown table formatting logic. Reproduce the example from the issue, then verify that saving a table preserves the colon marking right-column alignment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- content
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100