mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Small formatting cleanup in markdown
This commit is contained in:
@@ -12,7 +12,9 @@ import { TableOfContentsProvider } from './tableOfContentsProvider';
|
||||
|
||||
export default class MDDocumentSymbolProvider implements vscode.DocumentSymbolProvider {
|
||||
|
||||
constructor(private engine: MarkdownEngine) { }
|
||||
constructor(
|
||||
private engine: MarkdownEngine
|
||||
) { }
|
||||
|
||||
provideDocumentSymbols(document: vscode.TextDocument): vscode.ProviderResult<vscode.SymbolInformation[]> {
|
||||
const toc = new TableOfContentsProvider(this.engine, document);
|
||||
|
||||
Reference in New Issue
Block a user