Richard Feldman
Richard Feldman
It's possible that Atomic CSS-style output (each declaration gets its own classname) would be better than doing hashed classes. It's not clear if this is a good idea, but it...
I've been going around asking various people "If `elm-css` had One Way to Do It," what should that one way be? A major part of the motivation for this question...
Avoid generating more than 65536 rules in a single `` element. This is [apparently the maximum allowed by a single ``](https://github.com/threepointone/glamor/issues/1#issuecomment-343765873).
The example should show how to display the validation messages too!
Need to do this! - [ ] `elm-test` - [ ] `elm-format --validate src/ && elm-format --validate examples/` - [ ] `elm-verify-examples`
Currently printer-friendliness is serviceable but not great. Some things to work on: - [ ] The outline is visible - [ ] Quit using `container w h midTop` and instead...
Basically, re-enable this:  ...but instead of having commented-out code, make it actually work. :smile:
You should be able to drag an image into the body of a chapter. This should convert the image to a `data:` representation and inline it.
You just always want the outline scrolled to the end whenever you add a new chapter.
To reproduce: press dash-dash Expected: they turn into an em dash Actual: only the second one turns into an em dash