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

问题反馈 #5

Closed
hellobbq opened this issue Nov 9, 2015 · 2 comments
Closed

问题反馈 #5

hellobbq opened this issue Nov 9, 2015 · 2 comments
Assignees

Comments

@hellobbq
Copy link

hellobbq commented Nov 9, 2015

1、dist 683行,大写的NULL
2、如果出现换行,会出现<hnull>一级标题</hnull>的问题

# 一级标题 # 
## 二级标题 ##
### 三级标题 ###

3、hook的返回,只有下述方法返回自定义数组才正确,不应该是字符串么

            converter.hook("afterParseInlineBeforeRelease", function(value){
                value = value[0];
                return [value];
            });

4、[email protected]无法解析

备注:
2不确定是否源码问题,因为我使用方法有略微调整,虽然感觉应该是正确的,替换其它开源类库也是ok的。

另外有个问题:源码同步sf在线版本么?感觉解析结果差别蛮大的,不过想table居中居左居右的bug倒是一样。
个人不太喜欢用国产开源项目,哪怕是bat公司的,特别是这个B,我觉得但凡做开发的都理解我的担忧。我该担忧在公司项目里使用这个类库么

最后感谢开源这么轻巧的项目

@hellobbq
Copy link
Author

hellobbq commented Nov 9, 2015

5、### 三级标题 ###使用 beforeParseSh,发现会循环调用2次?返回数据必须是[[line]]
6、多个标注[^demo]只显示一个

@Integ
Copy link

Integ commented Nov 9, 2015

谢谢你的反馈,
1,2,3,5,6 已经修复
第 4 个邮件的解析目前只支持前后加了 <> 的邮箱地址如:<[email protected]>

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

No branches or pull requests

2 participants