pelican-plugins / linkclass

Pelican plugin to set anchor tag's class attribute to differentiate between internal and external links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not detecting external named links

behnam opened this issue · comments

For example, this markdown:

This is an [external link][my_url].

[my_url]: https://github.com/rlaboiss/pelican-linkclass/

The URL is external, but it doesn't get tagged as such.

The linkclass extension is intended to work only with Markdown inline links. I will take a look at extending it to reference-style links.

Awesome! Thanks, @rlaboiss!