We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
As shown, if a two-digit date, $frontmatter.date have different performance behaviors.
This problem affects how the subject developer handles time
https://github.com/Hill-98/vuepress-frontmatter-test
Same $frontmatter.date
Different $frontmatter.date
NodeJS: 13.5.0
Browser: Chrome Canary 81
VuePress: 1.2.0
The text was updated successfully, but these errors were encountered:
Hi @Hill-98,
FYI, VuePress' using gray-matter which depends js-yaml which follows standard yaml types, so all available formats are here.
gray-matter
js-yaml
Currently, we've handled both 2-digits and single-digit in default blog theme, but if it's possible, we should support both format in VuePress.
Sorry, something went wrong.
I think in all writing formats, the date attribute should return a uniform format.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
As shown, if a two-digit date, $frontmatter.date have different performance behaviors.
This problem affects how the subject developer handles time
Steps to reproduce
https://github.com/Hill-98/vuepress-frontmatter-test
What is expected?
Same $frontmatter.date
What is actually happening?
Different $frontmatter.date
Other relevant information
NodeJS: 13.5.0
Browser: Chrome Canary 81
VuePress: 1.2.0
The text was updated successfully, but these errors were encountered: