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

Markdown渲染不支持表格渲染,还有就是能不能支持html渲染 #107

Open
muchovip opened this issue Jul 29, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@muchovip
Copy link

例行检查

  • [√ ] 我已确认目前没有类似 issue
  • [ √ ] 我已确认我已升级到最新版本
  • [ √ ] 我理解并愿意跟进此 issue,协助测试和提供反馈
  • [ √ ] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

功能描述
Markdown渲染不支持表格渲染,还有就是能不能支持html渲染,
应用场景

@muchovip muchovip added the enhancement New feature or request label Jul 29, 2023
@songquanpeng
Copy link
Owner

songquanpeng commented Jul 29, 2023 via email

@muchovip
Copy link
Author

你指的是哪一个推送渠道?这个要对方支持才行

---Original--- From: @.> Sent at: 2023年7月29日(Sat) Evening11:55 To: @.>; Cc: @.>; Subject: [songquanpeng/message-pusher] Markdown渲染不支持表格渲染,还有就是能不能支持html渲染 (Issue #107) 例行检查 [√ ] 我已确认目前没有类似 issue [ √ ] 我已确认我已升级到最新版本 [ √ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 [ √ ] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭 功能描述 Markdown渲染不支持表格渲染,还有就是能不能支持html渲染, 应用场景 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

还有就是为什么<接口>页面点击<复制 Webhook 链接>按钮提示<无法复制链接>,这里是需要额外设置什么吗?

@muchovip
Copy link
Author

我看了看您引用的解析器,需要增加extension.GFM扩展才行
md := goldmark.New(
goldmark.WithExtensions(extension.GFM, extension.Footnote),
)
var buf bytes.Buffer
err = md.Convert([]byte(markdown), &buf)

你指的是哪一个推送渠道?这个要对方支持才行

---Original--- From: @.> Sent at: 2023年7月29日(Sat) Evening11:55 To: @.>; Cc: @.>; Subject: [songquanpeng/message-pusher] Markdown渲染不支持表格渲染,还有就是能不能支持html渲染 (Issue #107) 例行检查 [√ ] 我已确认目前没有类似 issue [ √ ] 我已确认我已升级到最新版本 [ √ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 [ √ ] 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭 功能描述 Markdown渲染不支持表格渲染,还有就是能不能支持html渲染, 应用场景 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

我看了看您引用的解析器,需要增加extension.GFM扩展才行
md := goldmark.New(
goldmark.WithExtensions(extension.GFM, extension.Footnote),
)
var buf bytes.Buffer
err = md.Convert([]byte(markdown), &buf)

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

No branches or pull requests

2 participants