Skip to content

Commit

Permalink
Playwrightを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Sep 16, 2024
1 parent 564eda7 commit 2399379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapter/how-to-use.re
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $ REVIEW_CONFIG_FILE=config-ebook.yml REVIEW_VSCLI_USESANDBOX=true bundle exec r
このテンプレートは以下の仕組みでPDFを生成します。

//graph[shikumi][mermaid][このテンプレートの仕組み]{
%%{init:{'theme':'neutral'}}%%
graph TD
docx[Microsoft Wordファイル] --> pandoc[Pandoc]
md[Markdownファイル] --> pandoc
Expand Down Expand Up @@ -86,7 +87,7 @@ graph TD

SVGファイルは対応していません。

図表はMermaidで作成した図を入れることができます。ただし、Mermaidの図は @<code>{//graph} 命令ではなく、 @<code>{//image} 命令を使って画像として取り込んでください。内部ではPNG画像に変換しています。Mermaid形式の図表の拡張子は @<code>{.mermaid} を使用してください
図表はMermaidで作成した図を入れることができます。Mermaidの図は @<code>{//graph} 命令で取り込むことができます

印刷用PDFでは全て白黒化されます。

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"textlint-rule-prh": "^5.3.0"
},
"dependencies": {
"playwright": "^1.47.1"
}
}

0 comments on commit 2399379

Please sign in to comment.