mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 20:03:00 +08:00
15 lines
443 B
Markdown
15 lines
443 B
Markdown
---
|
|
title: talk-plugin-comment-content
|
|
permalink: /plugin/talk-plugin-comment-content/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-comment-content
|
|
default: true
|
|
provides:
|
|
- Client
|
|
---
|
|
|
|
Pluginizes the text of a comment to support custom treatment of this text. This
|
|
plugin currently parses the given text to see if it contains a link, and makes
|
|
them clickable using
|
|
[react-linkify](https://www.npmjs.com/package/react-linkify). |