Fix code highlighting in CalculatedTags.md

This commit is contained in:
Sebastian Kürten 2021-05-11 10:23:18 +02:00
parent c28a37b379
commit cd356dad24

View file

@ -88,4 +88,4 @@ Given either a list of geojson features or a single layer name, gives the single
### memberships
Gives a list of {role: string, relation: Relation}-objects, containing all the relations that this feature is part of. For example: \`\_part\_of\_walking\_routes=feat.memberships().map(r => r.relation.tags.name).join(';')\`
Gives a list of {role: string, relation: Relation}-objects, containing all the relations that this feature is part of. For example: `_part_of_walking_routes=feat.memberships().map(r => r.relation.tags.name).join(';')`