Chen

Results 5 comments of Chen

@darionyaphet 我是 1.62.1,上面这个报错看着是没装 rv 的 target ,你试过 ```rustup target add riscv64gc-unknown-none-elf``` 了吗

给点截图or复现方式?以及说明下运行环境之类的信息

因为我之前参照的模板没有关于报告中贴代码块的格式,所以我的模板还没有定义代码块,我可能需要确定后加上

> Currently, breakpoints are disabled unless it's actually in an interactive shell. That applies even to shells started with `--interactive`. That is in fact what this issue is about. Does...

研究后感觉不太好解决,暂时先把 indent_par() 函数放回来[143f967](https://github.com/werifu/HUST-typst-template/commit/143f9678e4b57f4e0a55153f21654f17f2074afd),在缩进失效时自行调用。主要还是 typst 对首行缩进有“连续段落的第二段开始才会缩进”的要求,看看后面有没有针对中文的排版优化。。