Open marcusleon opened 6 years ago
@marcusleon, at the moment there is no ability to combine multiple markdown files into one PDF.
I will consider how to make it work in a general way so that it becomes useful for combining multiple markdown files.
@marcusleon, took a while but I have flexmark-java library do merge of markdown files with preservation of reference elements so that they don't become duplicates when files are merged.
I will work on the UI for this. IntelliJ puts a high bar on all features so it is hard to produce something simple without it looking out of place.
In my project I have multiple Markdown files which contain cross links between the files. Can I export all these Markdown files as one PDF? I have figured out how to export each MD to a PDF but not how to combine the multiple MD to one PDF.