diff --git a/docs/content/components/branch-name.md b/docs/content/components/branch-name.md index 55c8b982..88ed1285 100644 --- a/docs/content/components/branch-name.md +++ b/docs/content/components/branch-name.md @@ -18,10 +18,15 @@ Branch names can be a link name or not: You may also include an octicon before the branch name text: -```jsx live +```html live - {/* <%= octicon("git-branch", width:16, height:16) %> */} - + + a_new_feature_branch ```