GitHawkApp / GitHawk

The (second) best iOS app for GitHub.
http://githawk.com
MIT License
2.88k stars 382 forks source link

Code blocks within lists don’t render correctly #1492

Open HarshilShah opened 6 years ago

HarshilShah commented 6 years ago

GFM allows for lists to contain backtick fenced code blocks by just indenting the entire block by 4 spaces for each nested list. These spaces are then removed for rendering.

GitHawk seems to have some issues parsing these, and the rendering issues as a result seem to cascade as the code blocks aren’t correctly interpreted: https://github.com/Instagram/IGListKit/issues/1081#issuecomment-362993099

GitHawk Upload by HarshilShah

Sent with GitHawk

rnystrom commented 6 years ago

Very weird! Will dig