25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Add some text to examples, so docs Makefile can find and update its syntax

This commit is contained in:
Badlop 2024-03-29 16:38:29 +01:00
parent 7cd5808766
commit da01d932ea

View File

@ -211,7 +211,7 @@ format_example(Level, Lang, #{example := [_|_] = Example}) ->
false ->
lists:flatmap(
fun(Block) ->
["+", "''''", "+"|Block]
["+", "*Examples*:", "+"|Block]
end,
lists:map(
fun({Text, Lines}) ->