Fix #1790 literalinclude strips empty lines at the head and tail

This commit is contained in:
Takeshi KOMIYA
2015-03-30 20:34:00 +09:00
parent aa66e7860b
commit 64d2f22eb4
7 changed files with 29 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ Bugs fixed
* #1788: graphviz extension raises exception when caption option is present.
* #1789: ``:pyobject:`` option of ``literalinclude`` directive includes following
lines after class definitions
* #1790: ``literalinclude`` strips empty lines at the head and tail
Release 1.3.1 (released Mar 17, 2015)