The VS Code editorial experience for *.md files is much better than for *.jmd files, so I prefer to create my files with the *.md extension.
When I weave("*.md"), it doesn't run the julia codeblocks, so I have to convert my file to *.jmd when I want to weave it.
Can Weave.jl treat *.md files the same as *.jmd files and run the julia codeblocks for at least this use case?
The VS Code editorial experience for
*.mdfiles is much better than for*.jmdfiles, so I prefer to create my files with the*.mdextension.When I
weave("*.md"), it doesn't run thejuliacodeblocks, so I have to convert my file to*.jmdwhen I want to weave it.Can Weave.jl treat
*.mdfiles the same as*.jmdfiles and run thejuliacodeblocks for at least this use case?