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 broken marketplace page #5004

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rioj7
Copy link

@rioj7 rioj7 commented Nov 13, 2024

The current marketplace page is broken.

Cause adding literal html tags (script, template, style)

Vue: Split <script>, <template>, <style> Editors

If put inside code ticks they are no longer interpreted as html tags.

Vue: Split `<script>`, `<template>`, `<style>` Editors

Fix settings table by replacing the | character in an example by its HTML entity equivalent. (needs to use html code tags)

Auto add space between double curly brackets: <code>{{&vert;}}</code> -> <code>{{ &vert; }}</code>

Copy link

pkg-pr-new bot commented Nov 13, 2024

Open in Stackblitz

vue-component-meta

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-meta@5004

vue-component-type-helpers

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-type-helpers@5004

@vue/language-plugin-pug

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-plugin-pug@5004

@vue/language-core

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-core@5004

@vue/language-server

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-server@5004

@vue/language-service

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-service@5004

vue-tsc

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-tsc@5004

@vue/typescript-plugin

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/typescript-plugin@5004

commit: 7524011

@KermanX
Copy link
Collaborator

KermanX commented Nov 14, 2024

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:

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.

3 participants