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: support qmd file from quarto #76

Closed
hopezh opened this issue Jul 20, 2024 · 2 comments
Closed

feature: support qmd file from quarto #76

hopezh opened this issue Jul 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@hopezh
Copy link

hopezh commented Jul 20, 2024

Is your feature request related to a problem? Please describe.

Not related to a problem.

Describe the solution you'd like

Providing the same support to qmd file, which is basically a markdown file with additional syntax for the quarto program, a "scientific and technical publishing system", especially lsp support for code blocks.

Describe alternatives you've considered

otter.nvim provides support for qmd files, including lsp for code blocks inside a qmd file.

Additional information

No response

@hopezh hopezh added the enhancement New feature or request label Jul 20, 2024
@MeanderingProgrammer
Copy link
Owner

Is the file parseable as markdown?

If you add quatro to the file types does that work?

require('render-markdown').setup({
    file_types = { 'markdown', 'quatro' },
})

@hopezh
Copy link
Author

hopezh commented Aug 2, 2024

Yes, your suggestion works like a charm.

Now, I have markdown.nvim support for quarto qmd file, with lsp for python enabled via quarto-nvim and otter.nvim.

It's perfect.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants