@marp-team/marpit
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -42,6 +42,5 @@ "use strict"; | ||
const { | ||
marpitDirectives, | ||
marpitSlideElement | ||
marpitDirectives | ||
} = token.meta || {}; | ||
if (marpitSlideElement === 1) { | ||
if (token.type === 'marpit_slide_open') { | ||
// `skip` and `hold` disable increment of the page number | ||
@@ -48,0 +47,0 @@ if (!((marpitDirectives === null || marpitDirectives === void 0 ? void 0 : marpitDirectives.paginate) === 'skip' || (marpitDirectives === null || marpitDirectives === void 0 ? void 0 : marpitDirectives.paginate) === 'hold')) { |
{ | ||
"name": "@marp-team/marpit", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "The skinny framework for creating slide deck from Markdown", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
151728
3849