mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-27 00:15:09 +08:00
Fix indention for highlightAuto parameters
This commit is contained in:
4
highlightjs/highlightjs.d.ts
vendored
4
highlightjs/highlightjs.d.ts
vendored
@@ -13,8 +13,8 @@ declare module "highlight.js"
|
||||
ignore_illegals?: boolean,
|
||||
continuation?: boolean) : IHighlightResult
|
||||
export function highlightAuto(
|
||||
value: string,
|
||||
languageSubset?: string[]) : IAutoHighlightResult
|
||||
value: string,
|
||||
languageSubset?: string[]) : IAutoHighlightResult
|
||||
|
||||
export function fixMarkup(value: string) : string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user