あるフォルダ内にあるmdファイルを一気にhtmlファイルに変換する方法
Get-ChildItem *.md | ForEach-Object { pandoc $_.Name -o ($_.BaseName + ".html") }
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
あるフォルダ内にあるmdファイルを一気にhtmlファイルに変換する方法
Get-ChildItem *.md | ForEach-Object { pandoc $_.Name -o ($_.BaseName + ".html") }
Register as a new user and use Qiita more conveniently
Go to list of users who liked