Skip to content

Commit

Permalink
Fix for incorrectly applied [filter ...] tags in Markdown processor (
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg authored May 30, 2024
1 parent 451f180 commit feb3c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js/staticify.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ async function staticify(done) {
through.obj(async (file, enc, callback) => {
const configObj = {
requestPath: `${file.path.replace(requestPathRegex, '')}/`,
level: 'beginner', // Some filters require any level to be set, so we set a default here.
format,
requestedFormat: format,
};
Expand Down

0 comments on commit feb3c9f

Please sign in to comment.