Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect fenced code-blocks when running update_pr_body.py (#4362)
### What - Resolves: #3972 Previously, code-blocks like this would cause the jinja template parsing to fail: ``` std::vector<std::vector<std::array<float, 3>>> points = { {{0.f, 0.f, 0.f}, {0.f, 0.f, 1.f}}, {{1.f, 0.f, 0.f}, {1.f, 0.f, 1.f}}, {{1.f, 1.f, 0.f}, {1.f, 1.f, 1.f}}, {{0.f, 1.f, 0.f}, {0.f, 1.f, 1.f}}, }; rec.log("segments", rerun::LineStrips3D(points)); ``` ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [app.rerun.io](https://app.rerun.io/pr/4362) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4362) - [Docs preview](https://rerun.io/preview/52d837c54819dffb64afec7382dd3ae4c60556da/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/52d837c54819dffb64afec7382dd3ae4c60556da/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information