simonhaenisch/md-to-pdf

Question: How to make "*.md" work for Win10?

Zony-Zhao opened this issue · 1 comments

image
It seems that * .md file just doesnt work in powershell. Is there any alternates?

I'm not very familiar with PowerShell's globbing but according to the docs it should work like this 🤷🏻‍♂️ maybe you need to check your shell's config, e.g. afaik it's possible to disable globbing in most shells?

Anyway, you can just omit the *.md because by default it'll convert all .md files in the current directory iirc.