Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
318 stars 40 forks source link

How can I add newlines between sections? #68

Open sammefford opened 8 years ago

sammefford commented 8 years ago

Right now my header lines are too close to the section above them. I'd like to add space between the sections without resorting to html tags. Could the parser do something like give me a
for each blank line in my markdown?