typelevel / typelevel/typelevel.github.com
Render Pygments in an RSS-reader-friendly way
未关闭
还没有人认领这个 Issue。
- 主要语言
- HTML
- 星标
- 42
- 派生
- 115
- 平均合并
- 5 天 5 小时
- 30 天内合并 PR
- 7
描述
As noted in #148, RSS readers don't handle code blocks correctly; most likely this is due to their reference to CSS classes that don't exist in the RSS output. Can we output a "CSS-free" version of the code blocks for RSS, or somehow include the relevant CSS in a way understood to RSS readers?

贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 issue #148,并跟踪 Pygments 代码块如何渲染到 RSS 输出中。将生成的 RSS 标记与 HTML 和截图进行比较;当 RSS 阅读器无需依赖不可用的 CSS 类即可正确显示代码块时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- html, xml
- 领域
- content, web-dev
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 32/100