Skip to content

Commit cb4157e

Browse files
committed
Two quick markdown formatting changes prettier performed
1 parent fae86a8 commit cb4157e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/API.md

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ supplying the library ids and versions in an array. The id's to supply can be fo
132132
`/api/libraries/<language-id>`
133133

134134
Note that using external header files of the type:
135+
135136
```
136137
#include <https://some-url.to/a-file.h>
137138
```

docs/AddingALibrary.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ and then how to submit PRs to get it into the main CE site.
66
Note that most libraries are Header-only. This is the easiest form of library to support. If the library needs to be
77
built, there are some caveats, best practices and good to knows. Consult the bottom of this page for details.
88

9-
If you're specifically looking for adding a Rust crate to CE, go here https://github.com/compiler-explorer/infra/blob/main/docs/adding_rust_crates.md
9+
If you're specifically looking for adding a Rust crate to CE, go here
10+
https://github.com/compiler-explorer/infra/blob/main/docs/adding_rust_crates.md
1011

1112
## Configuration
1213

0 commit comments

Comments
 (0)