Commit b446497
fix: mermaid gitGraph記法でマルチバイト文字を含むブランチ名がエラーになる問題を修正 (#2262)
* fix: mermaid gitGraph記法でマルチバイト文字を含むブランチ名がエラーになる問題を修正
branch, checkout, mergeのブランチ名をダブルクォートで囲むことで、
マルチバイト文字を含むブランチ名でもmermaid記法が正しく解釈されるようにした。
* format修正 (#2263)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent f9401d4 commit b446497
2 files changed
Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments