jekyll / jekyll-mentions

:busts_in_silhouette: @mention support for your Jekyll site
http://rubygems.org/gems/jekyll-mentions
MIT License
198 stars 30 forks source link

Support for handles with . fullstop/periods #68

Open huwd opened 5 years ago

huwd commented 5 years ago

Hello, Gitlab supports a wider range of handle styles, Specifically we have ones along the lines of @person.uk.

Having set:

# _config.yml
jekyll-mentions:
  base_url: https://gitlab.com

mentions of @personuk sucessfully refer to gitlab, unfortunatly @person.uk do not!

Any thoughts on supporting this, or where I might start in the code? Happy to explore putting in a PR?

huwd commented 5 years ago

Ah ha, this looks interesting: https://github.com/jekyll/jekyll-mentions/pull/57