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

Yaml-like Metadata parser does not handle colons in entries; returns undefined #999

Open
qualityshepherd opened this issue Feb 24, 2024 · 1 comment

Comments

@qualityshepherd
Copy link

---
title: This Title: Returns Undefined
date: 2024-2-24
tags: bugs
---

## My post

Steps:

  1. Given you have {metadata: true}
  2. convert a file with the above yaml-like metadata to html (note colon in title)

Results:

The Title will return Undefined but should return title. Looks like a bug in the yaml's regEx? I tried quotes, bacticks, entities/hex/etc.... none worked.

@qualityshepherd
Copy link
Author

oooh... I got #999 😆

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