Skip to content

Commit

Permalink
Merge pull request #71 from marp-team/disable-style-minification-on-p…
Browse files Browse the repository at this point in the history
…review

Disable style minification on preview
  • Loading branch information
yhatt authored Sep 16, 2019
2 parents d54a594 + f6b9cbb commit bec0ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changed

- Upgrade Marp Core to [v0.13.1](https://github.com/marp-team/marp-core/releases/v0.13.1) and Marp CLI to [v0.14.1](https://github.com/marp-team/marp-cli/releases/v0.14.1) ([#70](https://github.com/marp-team/marp-vscode/pull/70))
- Disable style minification on preview ([#71](https://github.com/marp-team/marp-vscode/pull/71))

## v0.9.0 - 2019-08-28

Expand Down
1 change: 1 addition & 0 deletions src/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const marpCoreOptionForPreview = (
dollarPrefixForGlobalDirectives: true,
html: marpConfiguration().get<boolean>('enableHtml') || undefined,
markdown: { breaks: breaks(!!baseOption.breaks) },
minifyCSS: false,
}
}
return cachedPreviewOption
Expand Down

0 comments on commit bec0ec5

Please sign in to comment.