shizhengchao commented on a change in pull request #14369:
URL: https://github.com/apache/flink/pull/14369#discussion_r540821440
##########
File path: docs/dev/stream/operators/process_function.md
##########
@@ -246,10 +246,8 @@ class CountWithTimeoutFunction extends
KeyedProcessFunction[Tuple, (String, Stri
</div>
</div>
-{% top %}
-
-**NOTE:** Before Flink 1.4.0, when called from a processing-time timer, the
`ProcessFunction.onTimer()` method sets
+<span class="label label-info">Note</span> Before Flink 1.4.0, when called
from a processing-time timer, the `ProcessFunction.onTimer()` method sets
Review comment:
> I think `**NOTE:**` is used in more places?
`**NOTE:**` is used only one place in process_function.md,
and `<span class="label label-info">Note</span>` is used in more places.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]