pie title What Voldemort doesn't have? "FRIENDS" : 5 "FAMILY" : 3 "NOSE" : 45<script type="module"> import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11.4.1/dist/mermaid.esm.min.mjs'; mermaid.initialize({ startOnLoad: true }); </script>
npx marp src/CS勉強会.md --html --allow-local-files --theme-set ./style/ -o docs/index.html --embed-cs
npx marp src/CS勉強会.md --pdf --allow-local-files -o docs/index.pdf
marp --pptx --pptx-editable CS勉強会.md
※ Chrome や LibreOffice がインストールされている必要があります。そのため、ローカルでの実行が望ましいです。
LibreOffice をインストールするコマンド
brew install libreoffice