javascript-tutorial / javascript-tutorial/engine
Space characters stripped from code snippets
未关闭
- 主要语言
- JavaScript
- 星标
- 25
- 派生
- 28
- PR 合并指标
- 30 天内没有已合并 PR
描述
Leading/trailing space characters in code snippets in the source `.md` files are not preserved, e.g. '`; ` ' gets translated to `;`. See for example at https://javascript.info/cookie#reading-from-document-cookie. This is issue in cases when they're needed.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位将源 .md 代码片段转换为 HTML 的处理逻辑,然后复现 javascript.info/cookie#reading-from-document-cookie 中的示例。当代码片段开头和结尾的空格仍保留在生成的 输出中时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- documentation
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100