mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-11-06 22:56:21 -05:00
Update awesome-cpp.js
This commit is contained in:
parent
1b50144e2e
commit
9b8796364c
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ var getFileData = function(url) {
|
|||
}
|
||||
}).done(function(data) {
|
||||
data = data.replace(/(\(#\w+)-/g, "$1").replace(/(\(#\w+)-/g, "$1");
|
||||
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">');
|
||||
var converter = new Showdown.converter();
|
||||
var html = converter.makeHtml(data);
|
||||
$("#content").html(html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue