David Anson
David Anson
Can you please give some examples to be sure I understand the request? I searched "for inline-style" links and it suggests something like the following: ```html ... ``` If so,...
Makes perfect sense, thank you!
The description and code above look very similar to existing rule MD043: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md043---required-header-structure Could you please explain more about the scenario the proposed rule would improve and provide an example...
Got it - thank you for clarifying! `required-headers` allows you to skip using `*`, but I see that `mapped-headers` is solving a slightly different problem.
I do not have an estimate; I am working on a different set of changes for now. I am also looking at enabling user-defined rules, which would enable you to...
It is not implemented yet. Once I have something working, I plan to release a new version soon afterward.
I was a little surprised to learn this is legal: http://spec.commonmark.org/0.28/#block-quotes
The specification is clear about the need for spaces after list markers: http://spec.commonmark.org/0.27/#list-items So the output you're getting is *technically* correct. That said, I agree it's not the most helpful...
I think I can do something useful here. :) Let me finish working on a different issue then I will look into this some more.
When people make this mistake, do they tend to forget just some of the spaces or all of them?