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

Commit edb6d4b

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #453 from telerik/fatme/cherrypick-marked-import
Import marked node module in html-help-service
2 parents 33409a0 + d293135 commit edb6d4b

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)