docs: change <module> to {module} so markdown render will not crash
<module> is treated as an HTML tag
This commit is contained in:
parent
e5b11d48a2
commit
fcb7c2c70f
|
@ -118,7 +118,8 @@ fields("user_provided_function") ->
|
|||
[ {function, sc(binary(),
|
||||
#{ desc => """
|
||||
The user provided function. Should be in the format: '{module}:{function}'.<br>
|
||||
Where the <module> is the erlang callback module and the {function} is the erlang function.<br>
|
||||
Where {module} is the Erlang callback module and {function} is the Erlang function.
|
||||
<br>
|
||||
To write your own function, checkout the function <code>console</code> and
|
||||
<code>republish</code> in the source file:
|
||||
<code>apps/emqx_rule_engine/src/emqx_rule_outputs.erl</code> as an example.
|
||||
|
|
Loading…
Reference in New Issue