Skip to content

Commit 1b4b528

Browse files
committed
clear unnecessary code
1 parent c63d18e commit 1b4b528

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

packages/vue-markdown-loader/src/components/ContentSlotsDistributors.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/vue-markdown-loader/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export default function(src) {
5151
})
5252
}
5353

54-
// TODO:
55-
const { html, dataBlockString } = markdown.render(content, {
54+
const { html } = markdown.render(content, {
5655
loader,
5756
frontmatter: data,
5857
relativePath: path.resolve(sourceDir, file).replace(/\\/g, '/'),

0 commit comments

Comments
 (0)