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

Allow non-strings as categories fields #11607

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Allow non-strings as categories fields #11607

merged 3 commits into from
Dec 3, 2024

Conversation

cscheid
Copy link
Collaborator

@cscheid cscheid commented Dec 3, 2024

Closes #11580.

@cscheid cscheid marked this pull request as ready for review December 3, 2024 18:24
@cscheid cscheid merged commit 1c38216 into main Dec 3, 2024
47 checks passed
@cscheid cscheid deleted the bugfix/issue-11580 branch December 3, 2024 18:27
Comment on lines +211 to +216
(category) => {
const strCategory: string = typeof category === "string"
? category
: category.toString();
return pandocNativeStr(strCategory).mappedString().value;
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I now understand what was the issue !

Thanks for having DM-ed me about this so that I learn better about this.

Thanks.

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.

quarto-1.6.39-macos ERROR: TypeError: content.match is not a function
2 participants