Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
1# @codemirror/search [![NPM version](https://img.shields.io/npm/v/@codemirror/search.svg)](https://www.npmjs.org/package/@codemirror/search) 2 3[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#search) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/search/blob/main/CHANGELOG.md) ] 4 5This package implements search functionality for the 6[CodeMirror](https://codemirror.net/) code editor. 7 8The [project page](https://codemirror.net/) has more information, a 9number of [examples](https://codemirror.net/examples/) and the 10[documentation](https://codemirror.net/docs/). 11 12This code is released under an 13[MIT license](https://github.com/codemirror/search/tree/main/LICENSE). 14 15We aim to be an inclusive, welcoming community. To make that explicit, 16we have a [code of 17conduct](http://contributor-covenant.org/version/1/1/0/) that applies 18to communication around the project.