Docs: Drop last inline callouts

Drops some inline callouts that snuck into 7.x. We're doings this in
preparation for switching the elasticsearch reference to asciidoctor
which doesn't support them.
This commit is contained in:
Nik Everett 2019-04-23 14:19:26 -04:00
parent 48a17d5768
commit d1a3ae2268
1 changed files with 3 additions and 1 deletions

View File

@ -229,7 +229,9 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[ifNullReturnSecond]
.Synopsis:
[source, sql]
----
IIF(expression<1>, expression<2>, [expression<3>])
IIF(expression, <1>
expression, <2>
[expression]) <3>
----
*Input*: