1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 18:25:17 +02:00

Fix comment

This commit is contained in:
Aya Morisawa
2018-12-21 11:28:30 +09:00
parent decf2d396f
commit 2a8f984db7

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 = '';