Question: How to make "*.md" work for Win10?
Zony-Zhao opened this issue · 1 comments
Zony-Zhao commented
simonhaenisch commented
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.