Skip to content

Commit a7608c2

Browse files
committed
update
1 parent 5e97219 commit a7608c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-resources-with-pandoc.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ pandoc ./SQLコーディング規約(PostgreSQL).md --toc --reference-doc=${
5858
# AWSインフラリソース
5959
cd ${ROOT_DIR}/documents/forAWSResource
6060

61-
pandoc --from=gfm+fenced_divs ./AWSインフラリソース命名規約.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR}/AWSインフラリソース命名規約.html
62-
pandoc --from=gfm+fenced_divs ./AWSインフラリソース命名規約.md --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR}/AWSインフラリソース命名規約.docx
61+
pandoc ./AWSインフラリソース命名規約.md --f commonmark_x+fenced_divs -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} -o ${RESOURCES_DIR}/AWSインフラリソース命名規約.html
62+
pandoc ./AWSインフラリソース命名規約.md --f commonmark_x+fenced_divs --toc --reference-doc=${STYLE_DOCX_PATH} -s -o ${RESOURCES_DIR}/AWSインフラリソース命名規約.docx
6363

6464
# OpenAPISpecification
6565
cd ${ROOT_DIR}/documents/forOpenAPISpecification
6666

67-
pandoc --from=gfm+fenced_divs ./OpenAPI_Specification_3.0.3.md -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} --filter mermaid-filter -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.html
68-
pandoc --from=gfm+fenced_divs ./OpenAPI_Specification_3.0.3.md --toc --reference-doc=${STYLE_DOCX_PATH} -s --filter mermaid-filter -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.docx
67+
pandoc ./OpenAPI_Specification_3.0.3.md --f commonmark_x+fenced_divs -s --self-contained --number-sections --toc -t html5 -c ${CSS_PATH} --filter mermaid-filter -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.html
68+
pandoc ./OpenAPI_Specification_3.0.3.md --f commonmark_x+fenced_divs --toc --reference-doc=${STYLE_DOCX_PATH} -s --filter mermaid-filter -o ${RESOURCES_DIR}/OpenAPI_Specification_3.0.3.docx

0 commit comments

Comments
 (0)