wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.21/markdown/
MIT License
965 stars 53 forks source link

setting the links to nofollow #128

Closed szabgab closed 2 months ago

szabgab commented 2 months ago

Is there a way to convert all links to nofollow: <a rel="nofollow" ...>?

wooorm commented 2 months ago

Hi! No. That would be done with plugins: https://github.com/wooorm/markdown-rs/issues/32