wpreadme2markdown / wp-readme-to-markdown

Convert WordPress Plugin Readme Files to GitHub Flavored Markdown
MIT License
92 stars 20 forks source link

Add empty line before heading #20

Closed amiad closed 8 years ago

amiad commented 8 years ago

md need empty line before heading else the hash not convert to heading. WP not need the empty line therefore need to add it.

sunchaserinfo commented 8 years ago

could you please provide an example

amiad commented 8 years ago

OK, I see it happen with lists only.

# a #
## b ##
* c
## d ##
* e

convert to:

a

b

but

# a #

## b ##
* c

## d ##
* e

convert to

a

b

d

sunchaserinfo commented 8 years ago

fixed, released as 2.0.1