Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit c6a7b7d

Browse files
committed
Update README
1 parent 00dca41 commit c6a7b7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Catsup
1010
.. image:: https://coveralls.io/repos/whtsky/catsup/badge.png?branch=develop
1111
:target: https://coveralls.io/r/whtsky/catsup?branch=develop
1212

13+
.. image:: https://badge.waffle.io/whtsky/catsup.png?label=ready
14+
:target: http://waffle.io/whtsky/catsup
15+
1316
Catsup is a lightweight static website generator which aims to be simple and elegant.
1417
Documentation is available at RTFD: https://catsup.readthedocs.org/en/latest/
1518

catsup/reader/markdown.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def autolink(self, link, is_email):
4242

4343
def markdown_reader(path):
4444
meta, content = split_content(path)
45+
content = content.replace("\n", " \n")
4546
if not meta:
4647
meta = ObjectDict()
4748
else:

0 commit comments

Comments
 (0)