Skip to content

Commit d5fdaae

Browse files
committed
Remove ignore sections in md files
1 parent 427cc54 commit d5fdaae

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,13 @@ Training Extensions embed all the metadata required for inference into model fil
5353
```
5454

5555
- Build library:
56+
5657
- Create `build` folder and navigate into it:
57-
<!-- prettier-ignore-start -->
5858

5959
```bash
6060
mkdir build && cd build
6161
```
6262

63-
<!-- prettier-ignore-end -->
6463
- Run cmake:
6564

6665
```bash

examples/cpp/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,19 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1616
```
1717

1818
- Build example:
19+
1920
- Create `build` folder and navigate into it:
20-
<!-- prettier-ignore-start -->
2121

2222
```bash
2323
mkdir build && cd build
2424
```
2525

26-
<!-- prettier-ignore-end -->
27-
2826
- Run cmake:
29-
<!-- prettier-ignore-start -->
3027

3128
```bash
3229
cmake ../
3330
```
3431

35-
<!-- prettier-ignore-end -->
36-
3732
- Build:
3833

3934
```bash

0 commit comments

Comments
 (0)