Skip to content

Commit 2677163

Browse files
author
Matthew Fisher
committed
Merge pull request #683 from opdemand/fix-docs-formatting
fix(docs): add codeblock spacing
2 parents ac64744 + bdb9f7c commit 2677163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/contributing/standards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@ Referencing Issues
247247
Closed bugs should be listed on a separate line in the footer prefixed with the "closes"
248248
keyword like this:
249249

250-
.. code-block::console
250+
.. code-block:: console
251251
252252
closes #123
253253
254254
Or in the case of multiple issues:
255255

256-
.. code-block::console
256+
.. code-block:: console
257257
258258
closes #123, #456, #789
259259

0 commit comments

Comments
 (0)