Skip to content

Commit 22bba31

Browse files
authored
Update README.md: disable markdowlint for some sections
1 parent 4bfe881 commit 22bba31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ SPDX-License-Identifier: <SPDX License Expression>
44

55
# beman.inplace\_vector: Dynamically-resizable vector with fixed capacity
66

7+
<!-- markdownlint-disable -->
78
<img src="https://github.com/bemanproject/beman/blob/main/images/logos/beman_logo-beman_library_under_development.png" style="width:5%; height:auto;"> ![Continuous Integration Tests](https://github.com/bemanproject/inplace_vector/actions/workflows/ci_tests.yml/badge.svg)
89
![Code Format](https://github.com/bemanproject/inplace_vector/actions/workflows/pre-commit.yml/badge.svg)
10+
<!-- markdownlint-enable -->
911

1012
**Implements**: [`inplace_vector` (P0843R14)](https://wg21.link/P0843R14)
1113

14+
<!-- markdownlint-disable -->
1215
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#under-development-and-not-yet-ready-for-production-use)
16+
<!-- markdownlint-enable -->
1317

1418
## Usage
1519

0 commit comments

Comments
 (0)