-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
render.sh: Enable deterministic IDs on mmdc
#34 (comment) Works on everything except 6_tables for some reason.
- Loading branch information
1 parent
f204811
commit f07e66a
Showing
11 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ _d2() { | |
} | ||
|
||
mmdc() { | ||
npx --package @mermaid-js/[email protected] -- mmdc "$@" | ||
config=$(mktempd)/mmdc-config | ||
echo '{"deterministicIds": true}' >$config | ||
npx --package @mermaid-js/[email protected] -- mmdc -c"$config" "$@" | ||
} | ||
|
||
_mmdc() { | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.