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

Feature Improvements: Allow for more flexible formatting on the frontmatter of content/blog documents. #103

Closed
noidwasavailable opened this issue Aug 6, 2023 · 1 comment

Comments

@noidwasavailable
Copy link

Similarly to issue #88, build breaks on having a ? in the title of a post as well.

Example:
Build Error

Not the same error, but also on having quoted text (any of '', "", backticks) on the description of a post, dev server breaks with errors such as this one.

Parsing the titles and descriptions more intelligently would help authors write more versatile titles.

Also, currently, markdown formatting is not supported in the frontmatter title or description, which would be a nice added functionality.

satnaing added a commit that referenced this issue Sep 15, 2023
Update the implementation of og image generation code to allow special character usage in title.

fix #103, fix #88
@satnaing
Copy link
Owner

This bug is going to be solved in AstroPaper v3.

tanishqmanuja pushed a commit to tanishqmanuja/blog that referenced this issue Sep 16, 2023
Update the implementation of og image generation code to allow special character usage in title.

fix satnaing#103, fix satnaing#88
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

2 participants