Skip to content

Commit bf28a7a

Browse files
committed
fix: change mermaid tag
1 parent b85c437 commit bf28a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

measuring/use_gqm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Use Goals Questions, and Metrics
22
=============================
33

4-
```mermaid
4+
{% mermaid %}
55
graph LR
66
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses]
77

88
click reduce-duplication "./goals/reduce-duplication.md" "We can see how many times an InnerSource project is reused. If there is extra information attached to that usage (like which business unit is the user) then we can see how widely across the company an InnerSource project is used."
9-
9+
1010
who-uses --> usage-count[Usage Count]
1111
usage-count --> reduce-duplication[Reduce Duplication]
12-
```
12+
{% endmermaid %}

0 commit comments

Comments
 (0)