Closed bawn closed 10 years ago
@bawn 我根据你提供的源代码,没有发现行号有问题,你再查查其他原因。
//有空行 三个字你去掉看看 就是把那行留成空的,像这样
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:_cellIdentifier
forIndexPath:indexPath];
if (self.configureCellBlock) {
@weakify(self);
self.configureCellBlock(cell, [self.signal map:^id(NSArray *array) {
@strongify(self);
return [self itemAtIndexPath:indexPath];
}]);
}
return cell;
}
@bawn 还是正常的,会不会是你修改到其他地方导致的?我使用的hexo 2.7.1和最新版landscape plus主题。
好的,那我自己看下,可能是我这边都饿问题
@bawn 好的,多交流~
引用字体有点大,不知道去哪里可以修改
还有就是关于代码行号的问题
源代码是这样的
代码里如果有存在一段空行,行号显示就会存在问题,没有空格就正常