Skip to content

Commit 9874d45

Browse files
committed
Escape characters in readme that were being incorrectly interpreted as Markdown
[skip ci]
1 parent 1f9ef2b commit 9874d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ Echo a tab separated report of all verification results to the log. The report i
128128
- IDE version
129129
- Program Storage (bytes) - Program storage usage of the compiled sketch.
130130
- Dynamic Memory (bytes) - Dynamic memory usage by global variables in the compiled sketch (not available for some boards).
131-
- # Warnings - Number of warnings reported by the compiler during the sketch compilation.
131+
- \# Warnings - Number of warnings reported by the compiler during the sketch compilation.
132132
- Allow Failure - Whether the sketch verification was allowed to fail (set by the `allowFail` argument of `build_sketch`).
133133
- Exit Status - Exit status returned by arduino after the sketch verification.
134-
- # Board Issues - The number of board issues detected.
134+
- \# Board Issues - The number of board issues detected.
135135
- Board Issue - Short description of the last board issue detected.
136-
- # Library Issues - The number of library issues detected. Library issues are things that cause warnings in the sketch verification output from the IDE, rather than the compiler.
136+
- \# Library Issues - The number of library issues detected. Library issues are things that cause warnings in the sketch verification output from the IDE, rather than the compiler.
137137
- Library Issue - Short description of the last library issue detected.
138138

139139
##### `publish_report_to_repository REPORT_GITHUB_TOKEN repositoryURL reportBranch reportFolder doLinkComment`

0 commit comments

Comments
 (0)