New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare initial release #1
Comments
|
Thanks for the mention and the offer to collaborate. |
|
Fixed a pretty gnarly bug (no text would be output in bare text strings!), have now got full test coverage, added a number of different tests, and written up some documentation. Take a look and let me know if this all makes sense, and that I’ve covered everything! |
|
Baring any other issues, looks like this package is ready to be published. Two questions:
|
|
Nope… found another bug… need to add some more tests for strings that contain links, but not with a matching string. |
|
Fixed! |
Nope thanks. You are the personne who does the job ;)
I agree with you. I have done some researche and "handle" seems to be the most common word to describe As this plugin converts the handle and not the mention, using the word "handle" in the name seems more appropriate than "mention". For me |
|
I get errors with the plugin. Apparently it's due to something in the markdown's front matter. |
|
I’ve added an additional check for Also note I’ve updated the package name to |
Nice !
👌 perfect |
|
I Found the problem alienlebarge/alienlebargech-v3#178 (comment) Everything is ok for me now 😅 |
Following Cédric Aellen’s initial idea, a plugin for
markdown-itthat converts handles into links to user profile pages.For example, given this Markdown:
using this plugin will generate the following HTML markup (lines wrapped for clarity):
Currently there are 2 options; you can change the link behaviour for given hosts (i.e Flickr username URLs don’t use the
@symbol, but are proceeded by/photos/), and the attributes used on the link (for example,class,rel, etc.) can be altered. Need to think how these are handled; do options override defaults, or get merged with them? That said, let’s not overthink this!@alienlebarge - you’ve inspired me! Do you want to give this a try on your site (and would you like to contribute to this project?)
To do
The text was updated successfully, but these errors were encountered: