Skip to content

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