Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit d293135

Browse files
Dimitar KerezovFatme Havaluova
Dimitar Kerezov
authored and
Fatme Havaluova
committed
Import marked node module in html-help-service
1 parent 33409a0 commit d293135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/html-help-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import Future = require("fibers/future");
55
import * as path from "path";
6+
import marked = require("marked");
67

78
export class HtmlHelpService implements IHtmlHelpService {
89
private static MARKDOWN_FILE_EXTENSION = ".md";

0 commit comments

Comments
 (0)