We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77aebc commit d29b308Copy full SHA for d29b308
build-resources-with-pandoc.sh
@@ -3,6 +3,11 @@ CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"
3
STYLE_DOCX_PATH="${ROOT_DIR}/documents/common/pandoc_styles/スタイル.docx"
4
RESOURCES_DIR="${ROOT_DIR}/public/resources"
5
6
+sudo apt update
7
+sudo apt install -y nodejs npm
8
+npm config set puppeteer_skip_chromium_download true -g
9
+sudo npm install -g mermaid-filter
10
+
11
# Java
12
cd ${ROOT_DIR}/documents/forJava
13
0 commit comments