syntax highlighting in github commit message boxes
- 主要语言
- HTML
- 星标
- 58
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
GitHub does some syntax highlighting when rendering commit messages, we should match its behavior whenever a user is typing into a commit textarea.
Hardest part is just that GitHub uses a monospace font, different than all of the other textareas we are enhancing. If we finish
- #99
then implementing this would be pretty easy.
Some important fact-finding we need to do first: what aspects of markdown does GitHub render?
贡献指南
调研方向
Start by documenting which Markdown constructs GitHub highlights in commit message textareas, then compare that behavior with the existing textarea enhancement and the prerequisite in #99. Done means commit-message input uses a monospace presentation and matches the agreed GitHub highlighting behavior.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github, html, markdown
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 32/100