Skip to content

Conversation

larenspear
Copy link

Quarto is a markdown format that integrates Jupyter notebooks and other graphics.

https://quarto.org/

Would be nice to also check for .qmd files and report dead links.

if (fs.lstatSync(fullPath).isDirectory()) {
files.push(...loadAllMarkdownFiles(fullPath));
} else if (fullPath.endsWith('.md')) {
} else if (fullPath.endsWith('.md') || fullPath.endsWith('.qmd')) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

@larenspear any chance you can add tests ?

@smainil
Copy link
Collaborator

smainil commented Sep 18, 2025

cross comment from another PR: #411 (comment)

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.

3 participants