Skip to content

Website renders CQL2 expressions in the R tutorial incorrectly #90

@mikemahoney218

Description

@mikemahoney218

Throughout the second R tutorial, R objects are injected into CQL2 expressions using {{ operators:

``` r
rstac::stac("https://planetarycomputer.microsoft.com/api/stac/v1") |>
rstac::ext_filter(
collection == "landsat-c2-l2" &&
t_intersects(datetime, {{time_range}})
)
```

This code renders fine on GitHub:

image

But on the website, it seems like this formatting is messing something up, and the bit of code within the {{ operators is missing:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions