Skip to content

Commit ba8c07b

Browse files
authored
Merge pull request #93 from per1234/fix-chart
Remove non-functional bold tags from Mermaid code
2 parents 1b6a710 + c9459a7 commit ba8c07b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/FAQ.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ flowchart TB
9494
subgraph main[" "]
9595
direction TB
9696

97-
subgraph compileWorkflow["<b>Sketch compilation workflow run</b>"]
97+
subgraph compileWorkflow["Sketch compilation workflow run"]
9898
direction TB
9999

100100
unoJob["arduino:avr:uno<br />job"]
@@ -113,13 +113,13 @@ flowchart TB
113113
mkrzeroArtifact["sketches-reports-arduino-samd-mkrzero<br />artifact"]
114114
end
115115

116-
subgraph reportWorkflow["<b>Size deltas report workflow run</b>"]
116+
subgraph reportWorkflow["Size deltas report workflow run"]
117117
direction TB
118118

119119
reportAction["arduino/report-size-deltas<br />action"]
120120
end
121121

122-
subgraph pr["<b>Pull request</b>"]
122+
subgraph pr["Pull request"]
123123
direction TB
124124

125125
comment["Size deltas report<br />comment"]

0 commit comments

Comments
 (0)