Skip to content

Commit 9b87963

Browse files
committed
Update awesome-cpp.js
1 parent 1b50144 commit 9b87963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/awesome-cpp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var getFileData = function(url) {
66
}
77
}).done(function(data) {
88
data = data.replace(/(\(#\w+)-/g, "$1").replace(/(\(#\w+)-/g, "$1");
9+
data = data.replace(':zap:', '<img class="emoji" title=":zap:" alt=":zap:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/26a1.png" height="20" width="20" align="absmiddle">');
910
var converter = new Showdown.converter();
1011
var html = converter.makeHtml(data);
1112
$("#content").html(html)

0 commit comments

Comments
 (0)