1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 08:57:28 -06:00

Fix comment

This commit is contained in:
Aya Morisawa 2018-12-21 11:28:30 +09:00
parent decf2d396f
commit 2a8f984db7
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2

View file

@ -307,7 +307,7 @@ const elements: Element[] = [
}
];
// specify lang is todo
// TODO: specify lang
export default (source: string, lang?: string): string => {
let code = source;
let html = '';