mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2789 Fix Math Rendering in Client Side Encryption Spec #1557

Closed blink1073 closed 7 months ago

blink1073 commented 7 months ago

Please complete the following before merging:

blink1073 commented 7 months ago

@W-A-James what platform are you using?

When I run those commands I get no output from grep, and sed: 1: "s/`(\$.+\$)`/\1/": \1 not defined in the RE from the second command.

W-A-James commented 7 months ago

@blink1073 I'm running on Ubuntu 20.04 through WSL2.

blink1073 commented 7 months ago

Thanks, I got grep -E -n '`\$.+\$`' **/*.md to work on MacOS, but I couldn't find an equivalent sed invocation that worked.