mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 02:04:08 +01:00
Draft of font-awesome support as described in issue #49.
This commit is contained in:
@@ -303,10 +303,6 @@ exports.encodeEntities = function(text){
|
||||
|
||||
});
|
||||
|
||||
//txt = txt.replace(/fa:fa[\w\-]+/g,function(s,t,u){
|
||||
// return 'fa:¢';
|
||||
//});
|
||||
|
||||
return txt;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user