Skip to content

Lektor plugin for easy creation of nofollow links in markdown

Notifications You must be signed in to change notification settings

yargies/lektor-nofollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lektor-nofollow

This plugin allows easy creation of nofollow links in markdown. Simply precede the link url with a ! (exclamation point).

Example:

[google](!http://google.com)

Will generate:

<a href="http://google.com" rel="nofollow">google</a>

Installation

Add lektor-nofollow to your project from command line:

lektor plugins add lektor-nofollow

See the Lektor documentation for more instructions on installing plugins.

About

Lektor plugin for easy creation of nofollow links in markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages