myabc / markdownj

MarkdownJ
http://markdownj.org
BSD 3-Clause "New" or "Revised" License
459 stars 98 forks source link

MarkdownJ is eating newlines. #13

Open myabc opened 10 years ago

myabc commented 10 years ago

From a.adrian...@googlemail.com on April 30, 2009 21:29:31

What steps will reproduce the problem? 1. Build Markdownj from the latest source

  1. run it on some very simple files
  2. newlines seem to be eaten - the generated content is very incomplete. What is the expected output? What do you see instead? Nice HTML, similar to what Maruku http://maruku.rubyforge.org/ generates (or even better). Very bad HTML with many ignored transformations What version of the product are you using? On what version of the JDK? Latest from trunk (github) built on Windows Vista with JDK 1.6. Please provide any additional information below. Trying to migrate markdown pages generated previously with Maruku. MarkdownJ fails mostly :(.

Original issue: http://code.google.com/p/markdownj/issues/detail?id=10