Add newline between ud definition and example

This commit is contained in:
Michael De Roover 2021-04-11 22:11:25 +02:00
parent ccc494547f
commit 30b81a045e
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -154,6 +154,7 @@ ud(){
sam=$(jq -r '.list[0].example' <<< $res | sed "s/[][]//g")
sendmsg "*Definition for __${args[*]}__:*
$(escape "()" "$def")
*Example:*
$(escape "()" "$sam")"
else