Skip to content

Commit

Permalink
#33 Replaced custom language tags with fenced code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Nov 20, 2014
1 parent beccaba commit ff2e1bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/piwiks-ini-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ _To learn more about individual configuration options, read the documentation in

The INI config options are grouped into different sections. Sections are declared in the INI configuration with surrounding brackets, for example:

[ini]

[MySection]
my_config_value = 1
```ini
[MySection]
my_config_value = 1
```

An option can be used to store multiple items by appending **[]** to the name and setting it more than once, for example:

[ini]

[MySection]
myarray[] = 1
myarray[] = 2
myarray[] = 3
```ini
[MySection]
myarray[] = 1
myarray[] = 2
myarray[] = 3
```

### Reading INI configuration

Expand Down

0 comments on commit ff2e1bb

Please sign in to comment.