From ec7abc6859192a82638f6b3bc3cd9a5ee5a94fb4 Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Fri, 26 Apr 2024 18:42:58 -0300 Subject: [PATCH] Update 18-obsidian-location-plugin.md --- personal/src/content/blog/18-obsidian-location-plugin.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/personal/src/content/blog/18-obsidian-location-plugin.md b/personal/src/content/blog/18-obsidian-location-plugin.md index f2e948c..8a239f4 100644 --- a/personal/src/content/blog/18-obsidian-location-plugin.md +++ b/personal/src/content/blog/18-obsidian-location-plugin.md @@ -23,13 +23,12 @@ The plugin itself takes a latitude and longitude value as a code block inside Ob The syntax for it is quite simple: -````markdown +```markdown ````location Latitude: 44.64266326577057 Longitude: -63.57530151565183 \``` -```` -```` +``` (ignore the `\` it's only for escaping the character here)