DEV Community

Discussion on: What was your win this week?

Collapse
 
mykezero profile image
Mykezero

This week, I...

Learned how to use Pandoc to combine multiple markdown files into one big html file.

PowerShell
pandoc (ls *.md).Name --ascii -o tfs-setup.html
Enter fullscreen mode Exit fullscreen mode
Documents

010_introduction.md
020_installing.md
021_install_XYZ.md

That way, I could break the documentation into sections and re-arrange them by only changing file names!

Collapse
 
tommi profile image
Tommi

Wow! I've been trying to find an easy, simple and quick solution to do this for ages! Would you be so nice to link here other resources, articles, or docs about it?

Thanks a lot!

Cheers,
T