another code block converted to fenced block

This commit is contained in:
Bozhidar Batsov 2012-04-11 17:26:10 +03:00
parent a32e995a81
commit 0aea259ab0

View file

@ -79,11 +79,13 @@ Packages are specified by files in the `recipes` directory. You can
contribute a new package by adding a new file under `recipes` using contribute a new package by adding a new file under `recipes` using
the following form, the following form,
(name ```elisp
:fetcher [git|github|bzr|hg|darcs|svn|wiki] (name
[:url "<repo url>"] :fetcher [git|github|bzr|hg|darcs|svn|wiki]
[:repo "github-user/repo-name"] [:url "<repo url>"]
[:files ("<file1>", ...)]) [:repo "github-user/repo-name"]
[:files ("<file1>", ...)])
```
`name` `name`
: a lisp symbol that has the same name as the package being specified. : a lisp symbol that has the same name as the package being specified.