memo [Bash]Macでのwordファイルとmarkdownの相互変換 .docxから.md これは簡単で、以下のコマンドで。 brew install pandoc pandoc document.docx -t markdown -o document.md .mdから.docx ... 2026.05.26 memo