hidroh / materialistic

A material-design Hacker News Android reader
https://play.google.com/store/apps/details?id=io.github.hidroh.materialistic
Apache License 2.0
2.3k stars 507 forks source link

Support monospace/code in comments #883

Open adamburgess opened 7 years ago

adamburgess commented 7 years ago

e.g. https://news.ycombinator.com/item?id=14287309

shows as http://i.imgur.com/SK2IZkR.jpg

hidroh commented 7 years ago

This is the equivalent response via API: https://hacker-news.firebaseio.com/v0/item/14287309.json?print=pretty

Currently the TextView only supports very basic HTML, so we'll probably need some custom parsing in order to display code.