File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ pandoc ./SQLコーディング規約(PostgreSQL).md --toc --reference-doc=${
5858# AWSインフラリソース
5959cd ${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
6565cd ${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
You can’t perform that action at this time.
0 commit comments