mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Strip trailing whitespace
This commit is contained in:
parent
cabdb26cee
commit
271f4dd68f
17 changed files with 11 additions and 21 deletions
|
|
@ -6,4 +6,3 @@ This is a test hidden page
|
|||
|
||||
This is great for things like error(404) pages
|
||||
Anyone can see this page but it's not linked to anywhere!
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Testing more sourcecode directives
|
|||
:lineseparator: <br>
|
||||
:linespans: foo
|
||||
:nobackground:
|
||||
|
||||
|
||||
def run(self):
|
||||
self.assert_has_content()
|
||||
try:
|
||||
|
|
@ -76,8 +76,8 @@ Testing even more sourcecode directives
|
|||
.. sourcecode:: python
|
||||
:linenos: table
|
||||
:nowrap:
|
||||
|
||||
|
||||
|
||||
|
||||
formatter = self.options and VARIANTS[self.options.keys()[0]]
|
||||
|
||||
|
||||
|
|
@ -90,8 +90,8 @@ Even if the default is line numbers, we can override it here
|
|||
|
||||
.. sourcecode:: python
|
||||
:linenos: none
|
||||
|
||||
|
||||
|
||||
|
||||
formatter = self.options and VARIANTS[self.options.keys()[0]]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue