Skip to content

Commit

Permalink
Another attempt at nested quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler authored Sep 11, 2023
1 parent a1fe881 commit efede26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/routes/deprecations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ function Layers() {
return (
<div>

<Markdown content={'# Deprecations
<Markdown content={`# Deprecations
Some style properties are no longer the preferred method of accomplishing a particular styling goal. While they are still supported, they will eventually be removed from the MapLibre Style Specification and it is not recommended to use them in new styles. The following is provided as reference for users who need to continue maintaining legacy styles while transitioning to preferred style properties.
The [`gl-style-migrate`](https://github.com/maplibre/maplibre-style-spec/blob/main/README.md#gl-style-migrate) tool can be used to migrate style files to the latest version and replace deprecated expressions with their supported equivalents.
The [\`gl-style-migrate\`](https://github.com/maplibre/maplibre-style-spec/blob/main/README.md#gl-style-migrate) tool can be used to migrate style files to the latest version and replace deprecated expressions with their supported equivalents.
## Function
'}/>
`}/>
<Caption theme="warning">
<Markdown content={`
As of [v0.41.0](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#0410-october-11-2017), [property expressions](${import.meta.env.BASE_URL}expressions) is the preferred method for styling features based on zoom level or the feature's properties. Zoom and property functions are still supported, but will be phased out in a future release.
Expand Down

0 comments on commit efede26

Please sign in to comment.