[ad_1]
Hi,
I still haven’t learned JavaScript (and React) deeply..
I would like to add a simple link to my block description, such as <a href="https://projectdmc.org/support/topic/adding-link-in-block-description/url">link text</a>
The setup of my block is:
registerBlockType('plugin/plugin-block', {
title: 'Block Title',
description: 'Description of my block',
category: 'widgets',
// etc
})When adding the link to the description, the link is returned as HTML in the editor.
So how can I output the link properly?
Guido
