sunface / rust-by-practice

Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.

Home Page:https://practice.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

代码块样式问题

catcoal opened this issue · comments

代码块内容超出,样式bug

image

稍后我将修复此问题

macos + chrome 没有发现问题,你那边的环境是啥~

webkit和chromium都有这个问题,好像这个问题出现在中文文档里,英文文档貌似没有
image
image

我提交的修改经测试检查,可以解决这个问题

BTW, can we remove the first empty line in each code block? It's meaningless.
CleanShot 2024-02-04 at 02 19 46@2x

macos + chrome 没有发现问题,你那边的环境是啥~

Win11 + Chrome v123,仅中文页面存在问题。

中英文的样式表存在一些差异:

image

导致上述问题的应该是84~87行的代码。

在Chrome中调试,去掉这一块代码就恢复正常了,也没有出现其他异常,这块样式的作用是什么呢?

image