🚀

rails_autolink で生成したリンクにHTMLクラスを追加する

2024/07/04に公開

Rails で rails_autolink を使ってコンテンツ内のURLをリンクに変換している
https://github.com/tenderlove/rails_autolink

こんな感じでクラスも指定できたのでメモ📝

sample.js
= auto_link(simple_format(h(@message.text), html: { class: 'menu' }))

Discussion