fix: blank line for import#1545
Open
manourym wants to merge 8 commits into
Open
Conversation
Added a section on use cases covered by the EcoPass KIT, including the Battery Passport standard and its implications for the automotive industry. Removed outdated content regarding today's challenges in supply chains.
Removed the detailed process for the creation of new passports, as a KIT is not the right place to explain this, as it might confuse readers.
As the App of the battery pass viewer is no longer maintained, it needs to be removed from the KIT. The success stories directory would then be empty and can also be deleted.
Removed detailed section on Electric Drive Passport including introduction, product information, and example payload, since it is outdated and not being worked on.
To remove unused images of eco pass app
Official README requires blank lines around the import statement, otherwise a compilation error occurs: https://github.com/micromark/micromark-extension-mdxjs-esm#unexpected-type-in-code-only-importexports-are-supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Official README requires blank lines around the import statement, otherwise a compilation error occurs: https://github.com/micromark/micromark-extension-mdxjs-esm#unexpected-type-in-code-only-importexports-are-supported
This patch introduces blank lines around the import statement in the graduated KIT template, so there are no compilation errors when it is used.
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: