ratatui/ratzilla

Add support for markdown links in paragraphs

開放

#6 建立於 2025年1月6日

 (5 則留言) (0 個反應) (0 位負責人)Rust (65 個分叉)auto 404
featurehelp wanted

倉庫指標

星標
 (1,410 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Support clickable markdown links within paragraphs. Use regex to detect markdown link syntax ([text](url)) in paragraph content and render them as HTML tags with appropriate attributes. Links should be styled to match the classic underline design.

Ideas/Features:

  • Detect and render markdown links as clickable elements.
  • Ensure accessibility attributes like aria-label are added for screen readers.
  • Add test cases to verify proper detection and rendering of links.

貢獻者指南