Commit 491e30a2 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

plugin/log: fix closing of codeblock (#4680)

This fixes the rendering of this README as html. The codeblock was
closed with 4 ~, should be 3.
Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent b9b27bbb
...@@ -92,7 +92,7 @@ Each of these logs will be outputted with `log.Infof`, so a typical example look ...@@ -92,7 +92,7 @@ Each of these logs will be outputted with `log.Infof`, so a typical example look
~~~ txt ~~~ txt
[INFO] [::1]:50759 - 29008 "A IN example.org. udp 41 false 4096" NOERROR qr,rd,ra,ad 68 0.037990251s [INFO] [::1]:50759 - 29008 "A IN example.org. udp 41 false 4096" NOERROR qr,rd,ra,ad 68 0.037990251s
~~~~ ~~~
## Examples ## Examples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment