Skip to content
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

Add alt text to emoji #42

Merged
merged 3 commits into from
Apr 15, 2017
Merged

Add alt text to emoji #42

merged 3 commits into from
Apr 15, 2017

Commits on Apr 15, 2017

  1. Add alt text (description) on all emoji

    Using markdown its possible to attach an alt text (really the title
    attribute) on a link, where the value of the link is the the emoji. As
    for the actual href, using #xxxxx lets you not mess with the navigation
    assuming you have unique keys. In my example, I'm simply using the
    emoji's key and github user name (i.e., `<emoji-username>`).
    
    All emojis are links even if they don't have any real url attached.
    
    For example, `[:eyes:](#eyes-kevinjalbert "Reviewed Pull Requests")`
    kevinjalbert committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    705fc16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb2625 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb293aa View commit details
    Browse the repository at this point in the history