diff doc/html/irccdctl/command/plugin-config.md @ 512:b8da1d8c2a72

Docs: use ``` as fenced code blocks
author David Demelier <markand@malikania.fr>
date Fri, 20 Oct 2017 11:43:36 +0200
parents b81c6fdec22e
children
line wrap: on
line diff
--- a/doc/html/irccdctl/command/plugin-config.md	Thu Oct 19 13:03:31 2017 +0200
+++ b/doc/html/irccdctl/command/plugin-config.md	Fri Oct 20 11:43:36 2017 +0200
@@ -15,12 +15,12 @@
 
 ## Usage
 
-````nohighlight
+```nohighlight
 $ irccdctl plugin-config plugin [variable] [value]
-````
+```
 
 ## Example
 
-````nohighlight
+```nohighlight
 $ irccdctl plugin-config ask
-````
+```