Explorar o código

Improve markdown rendering

rugk %!s(int64=10) %!d(string=hai) anos
pai
achega
7fbb42fb9f
Modificáronse 1 ficheiros con 9 adicións e 5 borrados
  1. 9 5
      doc/README.md

+ 9 - 5
doc/README.md

@@ -10,10 +10,14 @@ Details about [installing phpDocumentor](http://phpdoc.org/docs/latest/getting-s
 can be found in its own documentation.
 
 Example for Debian and Ubuntu:
-    $ sudo aptitude install php-pear graphviz
-    $ sudo pear channel-discover pear.phpdoc.org
-    $ sudo pear install phpdoc/phpDocumentor
+```console
+$ sudo aptitude install php-pear graphviz
+$ sudo pear channel-discover pear.phpdoc.org
+$ sudo pear install phpdoc/phpDocumentor
+```
 
 To generate the documentation, change into the main directory and run phpdoc:
-    $ cd ZeroBin
-    $ phpdoc -d lib/ -t doc/
+```console
+$ cd ZeroBin
+$ phpdoc -d lib/ -t doc/
+```