Coder Social home page Coder Social logo

Comments (3)

songquanpeng avatar songquanpeng commented on September 26, 2024

from message-pusher.

muchovip avatar muchovip commented on September 26, 2024

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

---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 链接>按钮提示<无法复制链接>,这里是需要额外设置什么吗?

from message-pusher.

muchovip avatar muchovip commented on September 26, 2024

我看了看您引用的解析器,需要增加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)

from message-pusher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.