doc: Add language to code-blocks

This commit is contained in:
patrick96 2020-12-24 12:39:15 +01:00 committed by Patrick Ziegler
parent 6479ebc83f
commit b49f325e1e
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ anything.
For all releases, a new section of the following form should be created below For all releases, a new section of the following form should be created below
the ``Unreleased`` section: the ``Unreleased`` section:
.. code-block:: .. code-block:: md
## [X.Y.Z] - YYYY-MM-DD ## [X.Y.Z] - YYYY-MM-DD
@ -166,7 +166,7 @@ In addition, the reference link for the release should be added and the
reference link for the unreleased section should be updated at the bottom of the reference link for the unreleased section should be updated at the bottom of the
document: document:
.. code-block:: .. code-block:: md
[Unreleased]: https://github.com/polybar/polybar/compare/X.Y.Z...HEAD [Unreleased]: https://github.com/polybar/polybar/compare/X.Y.Z...HEAD
[X.Y.Z]: https://github.com/polybar/polybar/releases/tag/X.Y.Z [X.Y.Z]: https://github.com/polybar/polybar/releases/tag/X.Y.Z