markdown-folder-to-html
markdown-folder-to-html copied to clipboard
Make index generation per file more efficient
Given that we have to have the relative paths for each file for all files to generate the index, we are parsing all files and finding relative paths for every file that we need to generate an index.
Figure out a more efficient way to do this.
Not that it matters too much though, given how fast it is for now.
+1