-
-
Notifications
You must be signed in to change notification settings - Fork 3
Code samples look bad on narrow widths #76
Copy link
Copy link
Open
Description
The narrow width on a physical kindle causes the code examples to wrap. This isn't a huge deal usually, but in the cases where I do something like this:
data Person a = PersonWithThing String a | PersonWithoutThing String
-- | |
-- | ` we can use it as an argument here
-- |
-- ` By adding a "type variable" here
And it shows up like this
data Person a = PersonWithThing
String a | PersonWithoutThing String
-- | |
-- | ` we can
use it as an argument here
-- |
-- ` By adding a "type varia
ble" here
That's no bueno.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels