From: Joey Hess Date: Sat, 3 Mar 2012 16:33:40 +0000 (-0400) Subject: escape example directives X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/e0f42db381dc806318f6bc306d9b6e3c0912a2e9?ds=inline escape example directives --- diff --git a/doc/ikiwiki/directive/osm.mdwn b/doc/ikiwiki/directive/osm.mdwn index bf7a2e1bd..a2cdd667f 100644 --- a/doc/ikiwiki/directive/osm.mdwn +++ b/doc/ikiwiki/directive/osm.mdwn @@ -6,21 +6,21 @@ to add points to the map. ## examples - [[!osm]] - [[!waypoint lat="45°30N" lon="73°40W" name="My city" tag="city"]] + \[[!osm]] + \[[!waypoint lat="45°30N" lon="73°40W" name="My city" tag="city"]] The osm directive will display the actual map, while the waypoint directive adds waypoints to the map. The above can also be shortened as: - [[!waypoint lat="45°30N" lon="73°40W" name="My city" tag="city" embed]] + \[[!waypoint lat="45°30N" lon="73°40W" name="My city" tag="city" embed]] The tag is also taken from the tags elsewhere in the page, so the above is equivalent to: - [[!waypoint lat="45°30N" lon="73°40W" name="My city" embed]] - [[!tag city]] + \[[!waypoint lat="45°30N" lon="73°40W" name="My city" embed]] + \[[!tag city]] The icon is also taken from the tag if attached to the tag page as icon.png (default, modifiable)..