mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-22 04:30:33 +09:00
11 lines
234 B
JavaScript
11 lines
234 B
JavaScript
import Unfurler from "lib/rich_text/unfurl/unfurler"
|
|
|
|
// Support a `cite` block for attribution links
|
|
Trix.config.blockAttributes.cite = {
|
|
tagName: "cite",
|
|
inheritable: false,
|
|
}
|
|
|
|
const unfurler = new Unfurler()
|
|
unfurler.install()
|