jlong / serve

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
http://get-serve.com
Other
836 stars 90 forks source link

Inconsistent Markdown rendering in "serve export" #50

Closed aoverholtzer closed 11 years ago

aoverholtzer commented 13 years ago

Per lists in Markdown, list items with blank lines between them should render as <li><p>content</p></li>. I am doing this inside nested lists:

*   *    content

    *    more content

This works fine when I run "serve" on the command line, but "serve export" generates a separate <ul> around each list item and no paragraphs. Any ideas? Thanks!

ntalbott commented 12 years ago

Are you still seeing this behavior with the latest serve?

jlong commented 11 years ago

Closing this as there was no response.