-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug report]typst导出中Details块分割处理不正确 #75
Comments
发一下对应页面的链接? |
@Enter-tainer 谢谢解决。 例如:P1023(/math/number-theory/sqrt-decomposition.md) P1429(/math/number-theory/sqrt-decomposition.md) P2078(/graph/tree-centroid.md) 整个文档大约有几十处此种错误,但它们在web中都正常渲染。所以请问:是否应该修改remark-details以解决此问题,使pdf文档表现与web一致? |
@wen999di 欢迎开一个pr来做修改 |
这是一个持续很久的问题,同样影响主仓库里面的bot。这个之所以没有人动,好像是因为当时没有人能看懂pymarkdown里面的一坨奇怪的regex是在写啥 |
尝试了一下mkdocs,他的行为好像是“进入块后,一直eat line,直到遇到第一个非空的,缩进层级与块相同的行” |
这个行为应该同样也会影响latex export,因为他俩下面是同样的details解析库 |
我这几天尝试在修这个事情,但是遇到了一些奇怪&不好解决的问题。尝试在micromark社区里面求助但是也不太成功。最近还有别的事情要忙,所以就先搁置了。 maybe您有兴趣的话可以帮忙看一看这个要怎么做。 |
@Enter-tainer |
我把我弄到一半的代码分支上传一下吧。 https://github.com/oi-wiki/remark-details/tree/mgt/attempt-to-fix 总之现在它能parse这样的东西。L41的空格是required。。。不然会把and的a吃掉,, |
如图,红框部分应为上方子Details块的延续,错误识别为单独的代码块,Latex公式未渲染
以下是oi-wiki web上的格式
The text was updated successfully, but these errors were encountered: