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)

@github-actions
Copy link

This pull request has been marked as stale because it has been open 60 days with no activity. It will be closed in 90 days unless the stale label is removed or someone adds a comment.

@github-actions github-actions bot added the Stale label Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants