Fix comment
This commit is contained in:
parent
decf2d396f
commit
2a8f984db7
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ const elements: Element[] = [
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
// specify lang is todo
|
// TODO: specify lang
|
||||||
export default (source: string, lang?: string): string => {
|
export default (source: string, lang?: string): string => {
|
||||||
let code = source;
|
let code = source;
|
||||||
let html = '';
|
let html = '';
|
||||||
|
|
Loading…
Reference in a new issue