Uncodin / bypass

Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.
http://uncodin.github.com/bypass/
Apache License 2.0
1.51k stars 193 forks source link

Rendering single page markdown correctly #121

Closed heydamianc closed 11 years ago

heydamianc commented 11 years ago

A problem occurred in the rendered output whenever the body of content was smaller than a single page (basically, the content fit inside of the visible bounds of the markdown view).

This fixes that problem.

heydamianc commented 11 years ago

Fixes #120.