diff --git a/modules/n1ql/pages/n1ql-language-reference/window.adoc b/modules/n1ql/pages/n1ql-language-reference/window.adoc index 5a16bbd4e..434015520 100644 --- a/modules/n1ql/pages/n1ql-language-reference/window.adoc +++ b/modules/n1ql/pages/n1ql-language-reference/window.adoc @@ -41,13 +41,11 @@ include::partial$n1ql-language-reference/window-intro.adoc[tag=windows] .Window partitions and the window frame image::window-example.png[Table of query result set with numbered callouts] -// workaround for callout list with no callout references - -[%hardbreaks] -➀ The query result set. -➁ Window partitions -- partitioned by `name`, ordered by `time`. -➂ The current object. -➃ The window frame -- between unbounded preceding and current object. +[calloutlist] +. The query result set. +. Window partitions -- partitioned by `name`, ordered by `time`. +. The current object. +. The window frame -- between unbounded preceding and current object. include::partial$n1ql-language-reference/window-intro.adoc[tag=functions]