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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

I like pug! Is it possible to add emoji feature? #3415

Open
MikeLee0358 opened this issue Jun 2, 2023 · 0 comments
Open

I like pug! Is it possible to add emoji feature? #3415

MikeLee0358 opened this issue Jun 2, 2023 · 0 comments

Comments

@MikeLee0358
Copy link

MikeLee0358 commented Jun 2, 2023

I added an emoji in Pug, but an error occurred: "馃榾Card" is not a valid ID in Pug (PUG:INVALID_ID).
鎴湒 2023-06-03 涓婂崍1 06 54
I can use this alternative solution, but it's not very clean.
鎴湒 2023-06-03 涓婂崍1 07 39

Is it possible to add this feature? thank a lot!

Pug Version: your version number here
"pug": "^3.0.2",
Node Version: your version number here
v16.18.1

Input Pug

<template lang="pug">
   #馃榾Card test
</template>

Expected HTML

<template lang="pug">
   #馃榾Card test
</template>
//without error

Actual HTML

<template lang="pug">
   #馃榾Card test
</template>
// an error  "馃榾Card" is not a valid ID.pug(PUG:INVALID_ID)"

Additional Comments

"devDependencies": {
"@types/node": "^18",
"nuxt": "^3.5.0",
"pug": "^3.0.2",
}

@MikeLee0358 MikeLee0358 changed the title I like pug! Is it possible to add emoji feature? or fixxed this bug? I like pug! Is it possible to add emoji feature? or fixed this bug? Jun 2, 2023
@MikeLee0358 MikeLee0358 changed the title I like pug! Is it possible to add emoji feature? or fixed this bug? I like pug! Is it possible to add emoji feature? Dec 28, 2023
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

No branches or pull requests

1 participant