1
0
Fork 0
forked from github/pelican

Strip trailing whitespace

This commit is contained in:
Chris Rose 2023-10-29 09:57:37 -07:00 committed by Justin Mayer
commit 271f4dd68f
17 changed files with 11 additions and 21 deletions

View file

@ -1,3 +1,2 @@
[report]
omit = pelican/tests/*

View file

@ -9,4 +9,3 @@
.wy-table-responsive {
overflow: visible !important;
}

View file

@ -3,4 +3,3 @@ author: Alexis Métaireau
Markdown with filename metadata
===============================

View file

@ -5,4 +5,3 @@ Title: Test Markdown extensions
## Level1
### Level2

View file

@ -3,4 +3,3 @@ This is a super article !
#########################
:Category: Yeah

View file

@ -3,4 +3,3 @@ This is an article without category !
#####################################
This article should be in the DEFAULT_CATEGORY.

View file

@ -52,4 +52,3 @@ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View file

@ -5,4 +5,3 @@
{% block content_title %}
<h1>Articles by {{ author }}</h1>
{% endblock %}

View file

@ -5,4 +5,3 @@
{% block content_title %}
<h1>Articles in the {{ category }} category</h1>
{% endblock %}

View file

@ -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!