Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression of not working size global directive #62

Merged
merged 3 commits into from
Aug 1, 2019

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Aug 1, 2019

Fixes #61.

Marp for VS Code has custom theme plugin to prevent overriding built-in theme. However, it is conflicting with the support for size global directive in Marp Core.

Now we fixed the plugin to allow override a built-in theme while parsing Markdown.

`size` global directive support in Marp Core may override an instance of
default themes. Even if default themes were overridden, we should not
throw error while parsing Markdown by markdown-it.
@yhatt yhatt merged commit 8f951e4 into master Aug 1, 2019
@yhatt yhatt deleted the regression-of-size-directive branch August 1, 2019 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

size global directive failed in vs code extension 0.8.0
1 participant