Jason Blevins

Results 42 comments of Jason Blevins

Thanks, nice idea. I'll file this as a feature request and try it out when I get a chance.

Moving up via `C-c C-u` should indeed move to `## January`. That is indeed a bug, and thanks for reporting it. I suspect we need to test if the point...

I'm going to file this as a feature request. Currently, if you want to actually _fill_ the list items, `markdown-mode` will indeed fill with hanging indentation as in your second...

In searching for how to implement this, I found a minor mode that does what you want, even with variable pitch fonts: [adaptive-wrap-vp](https://github.com/brentonk/adaptive-wrap-vp/). The example screenshots are even with `markdown-mode`!

There is currently no functionality for indenting the contents of sections. The only related thing I can think of is that you can put the hash marks in the left...

Thanks for this suggestion. As you mentioned, the variation in implementation details across different Markdown processors is an issue, but I could probably handle that by letting users set a...

Great. Yes, I'm using completion for URLs, reference labels, etc. in the new link insertion/editing function (and am planning to add elsewhere as I go). The plan is to move...

Many thanks for reporting, and for the real world test case.

The faces for EWW are certainly customizable. I think it may use `variable-pitch` by default, but you'll have to check the manual or search. You can also use an external...

For preview on macOS, I like [Marked 2](http://marked2app.com). For `eww`, I meant you can change the face that Emacs uses to display the content, which I believe would be `fixed-pitch`....