I know that mmark supports including one content file in another, as discussed in github.com/miekg/mmark/wiki/Syntax#including-files.
I’ve been reading the documentation about bundles and pandoc and trying to figure out if there are alternative ways to do this in Hugo version 0.32 (and above). A scenario where I’d like to do this is I’m writing about a tech topic in a markdown file and I want to include a long excerpt of code. I know I could paste the code within code fences, but it would be much nicer to have the code in a separate file so I can edit just that code file in the future.
Thanks for any tips!