jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
13.87k stars 3.15k forks source link

Search and replace with substring in markdown and raw cells #16293

Closed JasonWeill closed 1 month ago

JasonWeill commented 1 month ago

Fixes #16292.

Adapts the codemirror searchprovider changes from #15881 to also apply to the MarkdownCellSearchProvider. Updates unit tests to test all pairs of code, markdown, and raw cells.

jupyterlab-probot[bot] commented 1 month ago

Thanks for making a pull request to jupyterlab! To try out this branch on binder, follow this link: Binder

srdas commented 1 month ago

@JasonWeill - I installed, built, and tested the new version from your branch search-replace-substring-markdown and the find and replace is now working as expected across all types of cells (code, markdown, raw).