Improve release notes formatting.

The geolocation ini sample needed more indenting and
got a nice "code-block:: ini".
This commit is contained in:
Elrond 2013-03-19 18:52:14 +01:00
parent d40bce8594
commit 997ef97669

View File

@ -26,10 +26,12 @@ carefully, or at least skim over it.
1. Make sure to run ``bin/gmg dbupdate`` after upgrading. 1. Make sure to run ``bin/gmg dbupdate`` after upgrading.
2. OpenStreetMap is now a plugin, so if you want to use it, add the 2. OpenStreetMap is now a plugin, so if you want to use it, add the
following to your config file:: following to your config file:
[plugins] .. code-block:: ini
[[mediagoblin.plugins.geolocation]]
[plugins]
[[mediagoblin.plugins.geolocation]]
If you have your own theme, you may need to make some adjustments to If you have your own theme, you may need to make some adjustments to
it as some theme related things may have changed in this release. If it as some theme related things may have changed in this release. If