mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
Add a test for literal code block
This commit is contained in:
parent
806c1702fb
commit
6d602effc3
1 changed files with 8 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ def rst_changelog():
|
|||
:bug:`5467`
|
||||
* :ref:`list-cmd` Update.
|
||||
|
||||
You can do something with this command::
|
||||
|
||||
$ do-something
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Some fix that refers to an issue.
|
||||
|
|
@ -65,6 +69,10 @@ def md_changelog():
|
|||
- Command **`list`**: Update.
|
||||
- Plugin **`substitute`**: Some substitute multi-line change. :bug: (\#5467)
|
||||
|
||||
### You can do something with this command::
|
||||
|
||||
$ do-something
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Another fix with its own bullet points using correct indentation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue