wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

README doesn't render properly on GitHub on mobile #101

Closed wincent closed 7 years ago

wincent commented 7 years ago

List item missing. Haven't looked at it on desktop.

wincent commented 7 years ago

And on desktop. Raw markup is:

## Stack

- [React]: Declarative, component-oriented view layer.
- [Relay]: Declarative data-management.
- [GraphQL]: Hierarchical data querying language, type system and server.
- [Git]: Main content storage.
- [Redis]: Indexing and caching.
- [memcached]: Caching.

If I make that last line say "Two words." instead of "Caching." it renders correctly. Bug in GitHub Markdown renderer, I think. Renders fine elsewhere (eg. on GitLab).