Skip to content
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

修复文件过长导致emacs无法启动问题,并解决TOC乱码问题 #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ryzzn
Copy link

@ryzzn ryzzn commented Aug 10, 2020

文件名过长导致emacs启动失败,这个方案使用的是@zhenghub 的方案,参考:
#73

TOC乱码问题,参考:cheeriojs/cheerio#866

@ryzzn
Copy link
Author

ryzzn commented Aug 10, 2020

可以解决#76 这个issue描述的问题。

@KcMeterCEC
Copy link

@ryzzn
你好,虽然该 pr 解决了 #76 这个目录的问题,但同时对于符号 < > 的解析都成为了空白。
比如:
#include <abc.h>

最终渲染后就只有:
#include

尖括号及其里面的内容就成为了空白。

请问可以如何解决该问题?谢谢。

@ryzzn
Copy link
Author

ryzzn commented Oct 20, 2020

@ryzzn
你好,虽然该 pr 解决了 #76 这个目录的问题,但同时对于符号 < > 的解析都成为了空白。
比如:
#include <abc.h>

最终渲染后就只有:
#include

尖括号及其里面的内容就成为了空白。

请问可以如何解决该问题?谢谢。

看来<>这些符号在cheerio里面又是没有处理的,我对前端这块不是很熟,不是很清楚有没有更好的解决方案。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants