hoijui

Results 284 comments of hoijui

@dvtomas lists also use indenting, and code withing lists and lists in lists may use more indents ... if you could get away with this approach, nobody would use the...

.. .ahhhh good idea! https://github.com/johannhof/markdown.rs/blob/master/src/parser/mod.rs#L78 this method takes a string (MD document) and returns a Tree of parsed elements. That should work; and yes, in case it does not support...

If we decide that this library is too buggy, I think it would make sense to make our own, separate of mlc, which just parses MD into an AST, and...

ah indeed, as a library it also makes a lot of sense! :-) I personally would also use it as a stand-alone tool, piping into `sed`, `awk`, `sort` and the...

ahh i see, thanks! don't ask me how i could over-read that in the README... ;-)

I would ~~not~~ recommend using the [REUSE tool](https://github.com/fsfe/reuse-tool). It allows for both human- and machine readable, detailed licensing of all parts of the projects, and with its linter (and an...

do you have any hints maybe? as said, i am totally new to this.