adamburmister / gitprint.com

Render Github markdown documents for printing
345 stars 28 forks source link

Code snippets for Swift not rendered correctly #48

Open aalemayhu opened 8 years ago

aalemayhu commented 8 years ago

Experiencing issues for the following file Issues.md. I expect to see the following for the snippet:

let myArray: NSArray = ["foo", "bar", "baz"].bridge()

but instead see:

let%20myArray%3A%20NSArray%20%3D%20%5B%22foo%22%2C%20%22bar%22%2C%20%22baz%22%5D.bridge%28%29