How to sync changes from md files into qmd #6265
-
DescriptionI am writing my blog with a note talking app that uses .md files only and want to add this notes into my blog that i build with quarto is there any way to my theses changes happen automatically without copy/paste! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Put the md file in your project and include the content using |
Beta Was this translation helpful? Give feedback.
-
should the notes.md file be in the same level of index.qmd! is there any way to give it the path to the file ! if it in different level! |
Beta Was this translation helpful? Give feedback.
Quarto can use md files.
Now for Quarto to read them, it needs access to them.
You could write a pre-render script to take the md files and do whatever you want/need with them before Quarto does its job.