From cd356dad2435db0f86d2b9d8b3d2322e21bcef0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 11 May 2021 10:23:18 +0200 Subject: [PATCH] Fix code highlighting in CalculatedTags.md --- Docs/CalculatedTags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md index 0861ff76db..0918fc28db 100644 --- a/Docs/CalculatedTags.md +++ b/Docs/CalculatedTags.md @@ -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(';')\` \ No newline at end of file +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(';')`