Skip to content
Snippets Groups Projects

Emoji!

Merged gitlab-qa-bot requested to merge github/fork/rspeicher/emoji into master

Created by: rspeicher

Adds emoji parsing to GitLab Flavored Markdown.

:metal: :heart: :shipit:

See http://www.emoji-cheat-sheet.com/ for a list.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
33 35 ([^\w&;])? # Suffix (6)
34 36 }x.freeze
35 37
38 EMOJI_PATTERN = %r{(:(\S+):)}.freeze
  • Created by: NARKOZ

    %r{(:(\S+):)}.freeze

    By Administrator on 2012-09-06T19:31:45 (imported from GitLab project)

    By Administrator on 2012-09-06T19:31:45 (imported from GitLab)

  • Created by: dzaporozhets

    Nice!

    By Administrator on 2012-09-07T06:05:12 (imported from GitLab project)

    By Administrator on 2012-09-07T06:05:12 (imported from GitLab)

  • Please register or sign in to reply
    Loading