Skip to content

Commit

Permalink
Use equivalence include file
Browse files Browse the repository at this point in the history
  • Loading branch information
agouge committed Jul 1, 2014
1 parent 7690892 commit acb0cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/equivalence.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="note">
<h5>We have the following equivalence:</h5>
<p><code>{{ include.equiv }}</code></p>
</div>
2 changes: 2 additions & 0 deletions docs/dev/ST_IsValid.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ boolean ST_IsValid(GEOMETRY geom);

Returns true if `geom` is valid.

{% include equivalence.html equiv='ST_IsValid(geom) = ARRAY_GET(ST_IsValidDetail(geom), 1)' %}

### Examples

{% highlight mysql %}
Expand Down

0 comments on commit acb0cb0

Please sign in to comment.