Skip to content

Commit b09511c

Browse files
committed
replace html with markdown
1 parent b2f5677 commit b09511c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/llvm-coverage-instrumentation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Developers use existing LLVM coverage analysis tools to decode `.profraw`
2121
files, with corresponding Coverage Maps (from matching binaries that produced
2222
them), and generate various reports for analysis, for example:
2323

24-
<img alt="Screenshot of sample `llvm-cov show` result, for function add_quoted_string"
25-
src="img/llvm-cov-show-01.png" class="center"/> <br/>
24+
![Screenshot of sample `llvm-cov show` result, for function add_quoted_string](img/llvm-cov-show-01.png)
2625

2726
Detailed instructions and examples are documented in the
2827
[rustc book][rustc-book-instrument-coverage].

0 commit comments

Comments
 (0)