I
I
Ilya2014-11-06 07:29:00
Markdown
Ilya, 2014-11-06 07:29:00

How to add a nofollow tag to a link in markdown?

It is known that in markdown, you can simply specify a link in html format for this.

<a href="http://tudablin.com" rel="nofollow">Ссылка</a>

But I would like a more elegant solution. After scouring the internet, I found these interesting variations of the markdown syntax for links:
[Ссылка](http://tudablin.com){:rel = 'nofollow'}

или

[Ссылка](!http://tudablin.com) //что изящней.

But unfortunately the markdown parser does not want to read such syntax from me.
Are there any solutions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya, 2014-11-26
@hrhr99

Answer. No way. Use pure html. Life is pain.

M
Miguel De Cervantes, 2017-03-24
@migs911

I'm looking for the same. So far, I've only Googled Jekyll, which uses the kramdown processor, which supports the ability to add classes, attributes, and IDs to an element.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question