Skip to content

Commit

Permalink
remove stray elements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan committed May 25, 2024
1 parent ed02f44 commit 3677cea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/content/articles/htmx.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ A button that requests HTML to replace part of the document should update the ma
<l-tile-layer
url-template="https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png"
></l-tile-layer>
<l-circle radius="10000.0" lat-lng="[55, -5]"></l-circle>
<l-rectangle weight="1" lat-lng="[[53, -5], [54, -6]]" color="hotpink"></l-rectangle>
<l-polyline line-cap="square" lat-lng="[[55, -5], [55, -7]]"></l-polyline>
</l-map>
<button hx-get={{ url(path='htmx/tile-osm.html') }} hx-target="l-tile-layer" hx-swap="outerHTML">
Expand Down

0 comments on commit 3677cea

Please sign in to comment.