整行高亮
最后更新于:2022-04-02 01:04:39
在代码文件地址后加上 `#L52` 或者单击行号52都会将第52行代码高亮显示。
多行高亮也可以,比如用 `#L53-L60` 选择范围,或者按住 `shift` 键,然后再点击选择的两行。
~~~
https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L60
~~~
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-07-16_55a775de33445.png)
';