Emily

Results 87 issues of Emily

The `>>> blah` ones.

help wanted

### Groundwork Let's pretend that we have implemented #800 and now we have the ability to supply type signatures and documentation for built-ins. Let's further pretend that #835 got in...

This would be useful for things like #107.

The following line ```haskell import Foo ((#|), (#%), (|#), (%#)) ``` is formatted by stylish-haskell as follows: ```haskell import Foo (( #% ), ( #| ), (%#), (|#)) ``` This...

Currently, if children of the DOCUMENT node are inline nodes (e. g. TEXT), they don't get rendered. Is there a way to render a bunch of inline nodes with cmark...

I'm not sure how "ignore closed implementation" (now the default) is supposed to work, but I think it used to work in this case and now it doesn't. Bisecting didn't...