We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The package.json from vuejs/language-tools#5004 generates a broken Marketplace page.
package.json
Certain content in package.json strings can break the Markdown HTML generation
The string
Split <script>, <template>, <style> Editors
Will be interpreted as having HTML literal tags.
Auto add space between double curly brackets: {{|}} -> {{ | }}
The | will be interpreted as table separators
|
At least the following characters should be escaped
<
<
>
>
|
NA
npm
The text was updated successfully, but these errors were encountered:
Escape certain characters for Markdown, fix antfu#13
30f0404
Successfully merging a pull request may close this issue.
Describe the bug
The
package.json
from vuejs/language-tools#5004 generates a broken Marketplace page.Certain content in
package.json
strings can break the Markdown HTML generationThe string
Will be interpreted as having HTML literal tags.
The string
The
|
will be interpreted as table separatorsAt least the following characters should be escaped
<
<
>
>
|
|
Reproduction
NA
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: