diff doc/html/irccdctl/command/rule-edit.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 acb2d4990249
children
line wrap: on
line diff
--- a/doc/html/irccdctl/command/rule-edit.md	Thu Oct 19 13:03:31 2017 +0200
+++ b/doc/html/irccdctl/command/rule-edit.md	Fri Oct 20 11:43:36 2017 +0200
@@ -23,13 +23,13 @@
 
 ## Usage
 
-````nohighlight
+```nohighlight
 usage: irccdctl rule-edit [options] index
-````
+```
 
 ## Example
 
-````nohighlight
+```nohighlight
 $ irccdctl rule-edit -p hangman 0
 $ irccdctl rule-edit -S localhost -c #games -p hangman 1
-````
+```