Skip to content

syeeel/cs-study-marp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

データサイエンティストのためのソフトウェア工学入門

Mermaid を記述する方法

Basic Pie Chart

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>

HTML 生成コマンド

Github Pages で公開する場合、以下のコマンドで docs/index.html を生成する必要があります。

npx marp src/CS勉強会.md --html --allow-local-files --theme-set ./style/ -o docs/index.html --embed-cs

PDF 生成コマンド

npx marp src/CS勉強会.md --pdf --allow-local-files -o docs/index.pdf

編集可能な PPTX に変換するコマンド

marp --pptx --pptx-editable CS勉強会.md

※ Chrome や LibreOffice がインストールされている必要があります。そのため、ローカルでの実行が望ましいです。

LibreOffice をインストールするコマンド

brew install libreoffice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published