-
-
Notifications
You must be signed in to change notification settings - Fork 416
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 broken marketplace page #5004
Conversation
vue-component-meta
vue-component-type-helpers
@vue/language-plugin-pug
@vue/language-core
@vue/language-server
@vue/language-service
vue-tsc
@vue/typescript-plugin
commit: |
Hmmm, this part of README is auto-generated by https://github.com/antfu/vscode-ext-gen, thus it will be overwritten to the old one on the next build. We can't just edit it. Instead, we should either:
|
ae194a1
to
940b97c
Compare
@KermanX @KazariEX https://github.com/antfu/vscode-ext-gen v0.5.3 now has a Markdown Escape for text extracted from the |
Could you please update the deps and readme? |
Looking at the README Blame I see that I made a small mistake in the It looks like the github actions fetch the latest According to KermanX that part of README is generated/replaced at each release build. |
The current marketplace page is broken.
Cause adding literal html tags (script, template, style)
If put inside code ticks they are no longer interpreted as html tags.
Fix settings table by replacing the
|
character in an example by its HTML entity equivalent. (needs to use html code tags)