Description
I had an idea of making a self-contained example/document where (at least) bibliography is included in the Typst file as a str and then passed to the bibliography(). But it only allows file paths.
I also want the bibliography.style to accept a str of XML content in addition to predefined styles and file names. But perhaps this can be a separate issue.
Use Case
Excellent one-file MRE for bibliography issues. It's always way less convenient to re-create all the files separately and populate their content, than just copy a single Typst code, and you are all set.