chore: rename challenge-md-parser

This commit is contained in:
Oliver Eyton-Williams
2021-02-01 17:46:27 +01:00
committed by Mrugesh Mohapatra
parent f4efb13a21
commit e3511f2930
11 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
const { root } = require('mdast-builder');
const getAllBetween = require('../../../challenge-md-parser/mdx/plugins/utils/between-headings');
const getAllBetween = require('../../../challenge-parser/mdx/plugins/utils/between-headings');
const {
splitOnThematicBreak
} = require('../../../challenge-md-parser/mdx/plugins/utils/split-on-thematic-break');
} = require('../../../challenge-parser/mdx/plugins/utils/split-on-thematic-break');
const { stringifyMd } = require('./text-to-data');