1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

ugc for links

This commit is contained in:
Valeriu 2021-04-02 20:53:21 +03:00
parent 5b0301d8ac
commit 3c2175a39b

View File

@ -1341,6 +1341,7 @@ class Parsedown
'attributes' => array(
'href' => $url,
'target' => '_blank',
'rel' => 'ugc nofollow',
'class' => 'text-blue hover:opacity-60 transition',
),
),
@ -1447,6 +1448,7 @@ class Parsedown
'attributes' => array(
'href' => null,
'target' => '_blank',
'rel' => 'ugc nofollow',
'class' => 'text-blue hover:opacity-60 transition',
'title' => null,
),
@ -1601,6 +1603,7 @@ class Parsedown
'attributes' => array(
'href' => $url,
'target' => '_blank',
'rel' => 'ugc nofollow',
'class' => 'text-blue hover:opacity-60 transition',
),
),
@ -1624,6 +1627,7 @@ class Parsedown
'attributes' => array(
'href' => $url,
'target' => '_blank',
'rel' => 'ugc nofollow',
'class' => 'text-blue hover:opacity-60 transition',
),
),