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

May I disable baseStyling for a custom markdown style #92

Closed
whidy opened this issue Jun 16, 2022 · 0 comments · Fixed by #93
Closed

May I disable baseStyling for a custom markdown style #92

whidy opened this issue Jun 16, 2022 · 0 comments · Fixed by #93

Comments

@whidy
Copy link

whidy commented Jun 16, 2022

The baseStyling is conflict with github-markdown.css dark mode.

light mode is ok as image below:

image

But dark mode:

image

We can see that code block almost "invisiable".

I've read source code, but not find out how to disable baseStyling in pipeline.

I can only edit souce code:

// before
// const metaExtracted = (0, import_function2.flow)(extractFrontmatter, baseStyling, frontmatterPreprocess, handlers("metaExtracted" /* metaExtracted */));
// after - baseStyling removed
const metaExtracted = (0, import_function2.flow)(extractFrontmatter, frontmatterPreprocess, handlers("metaExtracted" /* metaExtracted */));

If there is not option to disable baseStyling, Is that necessary to add one?

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 a pull request may close this issue.

1 participant