File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
docs/5-team-development/01-git-workflow Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -94,18 +94,18 @@ HEAD が `master` ブランチを指している状態で、コミットを行
9494
9595<div className = " row" >
9696 <div className = " col" >
97- < CodeBlock title = " master (0d4cba5c)" language = " html " > { outdent `
98- <li>吾輩は猫である</li>
99- <li>坊っちゃん</li>
100- <li>三四郎</li>
101- ` } </ CodeBlock >
97+ ``` html title="master (0d4cba5c)"
98+ <li >吾輩は猫である</li >
99+ <li >坊っちゃん</li >
100+ <li >三四郎</li >
101+ ```
102102 </div >
103103 <div className = " col" >
104- < CodeBlock title = " feature (f08f242a)" language = " html " > { outdent `
105- <li>吾輩は猫である</li>
106- <li>坊っちゃん</li>
107- <li>こころ</li>
108- ` } </ CodeBlock >
104+ ``` html title="feature (f08f242a)"
105+ <li >吾輩は猫である</li >
106+ <li >坊っちゃん</li >
107+ <li >こころ</li >
108+ ```
109109 </div >
110110</div >
111111
You can’t perform that action at this time.
0 commit comments