2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,640 forks (1,640 forks)batch import
feedback-requestedhelp wanted
Repository metrics
- Stars
- 13,700 stars (13,700 stars)
- PR merge metrics
- Avg merge 15h 21m (Avg merge 15h 21m)3 merged PRs in 30d (3 merged PRs in 30d)
Description
I would like all links in a section to be nofollow. I guess implementation would be similar to openLinksInNewWindow
Is it possible to have it only set on a particular VueShowdown component or class?
Contributor guide
- Research direction
- Study the implementation of the openLinksInNewWindow option in the showdown source code and add a similar option to set rel='nofollow' on links. For VueShowdown, investigate how options are passed to the component and allow per instance configuration.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitJavaScript