mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Delete markdown-include package
This commit is contained in:
@@ -13,4 +13,3 @@ export * from './queueCreator'
|
||||
export * from './issueLoader'
|
||||
export * from './issueParser'
|
||||
export * from './htmlTable'
|
||||
export * from './markdown'
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
import markdownInclude from 'markdown-include'
|
||||
|
||||
export class Markdown {
|
||||
filepath: string
|
||||
|
||||
constructor(filepath: string) {
|
||||
this.filepath = filepath
|
||||
}
|
||||
|
||||
compile() {
|
||||
markdownInclude.compileFiles(this.filepath)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user