Skip to content

Commit

Permalink
Fix Markdown syntax: code inside a list item
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed Apr 7, 2015
1 parent 64764ab commit e0e6ab8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ Features
be to create the following files:

* `/etc/iceweasel/pref/aaaa-unburden-home-dir.js` containing the
following code: ```JavaScript
following code:
```JavaScript
pref('general.config.filename', 'unburden-home-dir.cfg');
pref('general.config.obscure_value', 0);```
pref('general.config.obscure_value', 0);
```

* `/etc/iceweasel/pref/unburden-home-dir.cfg` containing the
following code: ```JavaScript
following code:
```JavaScript
// First line of that file is ignore for some crazy reason
lockPref("browser.cache.disk.parent_directory", "/scratch/.unburden-"+getenv("USER")+"/firefox-cache");```
lockPref("browser.cache.disk.parent_directory", "/scratch/.unburden-"+getenv("USER")+"/firefox-cache");
```

* A symbolic link from `/usr/lib/iceweasel/unburden-home-dir.cfg` to
`/etc/iceweasel/pref/unburden-home-dir.cfg`.
Expand Down

0 comments on commit e0e6ab8

Please sign in to comment.