knennigtri / merge-markdown

A tool to take in a list of markdown files and merge them with optional HTML/PDF output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi root merge file

knennigtri opened this issue · comments

Currently use cases have been tested for merging many modules together in the same guide folder with the same common asset folder. Next generation will allow for a merge file with multiple guide folders and multiple asset folders:

  • GuideA folder
    • assets folder
    • moduleA1 folder
      • moduleMergedfile.md << covered
    • moduleA2 folder
    • guideMergedfile.md << covered
  • GuideB folder
    • assets folder
    • moduleB1 folder
    • moduleB2 folder
  • multiGuideMergedFile.md << not covered

This is solved with the updateAssetRelPaths method