chunpu / markdown2confluence

convert markdown to confluence markup
424 stars 84 forks source link

horizontal line not rendering on a new line #22

Closed olmesm closed 2 years ago

olmesm commented 6 years ago

Probably a simple fix.

Input:

# Hello

--- 

# World

Expecting:

h1. Hello

----

h1. World

Output:

h1. Hello

----h1. World