Skip to content

Commit

Permalink
Nuekit: Fix automatic inclusion/exclusion of glow.css. Closes #222
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Feb 26, 2024
1 parent b08fff5 commit 87ef785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuemark/src/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function parsePage(lines) {

// component or fenced code block
if (data || is_code) {
has_code_blocks = true
if (is_code) has_code_blocks = true
blocks.push(block)

// markdown
Expand Down

0 comments on commit 87ef785

Please sign in to comment.