mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Delete markdown-include package
This commit is contained in:
parent
700de1b737
commit
002a3ec5c6
5 changed files with 0 additions and 61 deletions
|
@ -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)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue