Close #1851: Allow to omit an argument for code-block directive

This commit is contained in:
Takeshi KOMIYA
2019-02-04 01:50:16 +09:00
parent 6fd191d52e
commit 6ca669295c
6 changed files with 62 additions and 10 deletions

View File

@@ -167,6 +167,8 @@ Features added
* #1341 the HTML search considers words that contain a search term of length
three or longer a match.
* #4611: epub: Show warning for duplicated ToC entries
* #1851: Allow to omit an argument for :rst:dir:`code-block` directive. If
omitted, it follows :rst:dir:`highlight` or :confval:`highlight_language`
Bugs fixed
----------