Don't linkify code blocks (#7859)
* Don't linkify code blocks Signed-off-by: Robin Townsend <robin@robin.town> * Put the linkify ignoreTags option in the right place Signed-off-by: Robin Townsend <robin@robin.town> * Add code to list of ignored linkification tags as well Signed-off-by: Robin Townsend <robin@robin.town> * Test that code blocks skip linkification Signed-off-by: Robin Townsend <robin@robin.town> * Move test to the right spot Signed-off-by: Robin Townsend <robin@robin.town> * Use a snapshot instead for test Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
7477a2df7d
commit
1c70696b10
3 changed files with 29 additions and 0 deletions
|
@ -225,6 +225,8 @@ export const options = {
|
|||
rel: 'noreferrer noopener',
|
||||
},
|
||||
|
||||
ignoreTags: ['pre', 'code'],
|
||||
|
||||
className: 'linkified',
|
||||
|
||||
target: function(href: string, type: Type | string): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue