Michael Färber

Results 246 comments of Michael Färber

OK, I have now integrated all relevant suggestions by @wader, and updated the man page / tests. From my point of view, this is now ready.

(I also integrated all changes to the manual in `master` since the opening of this PR.)

@wader, it's done!

@itchyny, thanks a lot for your improvement suggestions! > Example styles are lost; the Examples link should be in `var(--bs-secondary-color)` and the outputs should be aligned each lines. The Run...

> @01mf02 - A tiny enhancement request whenever you get around to it: > > The very first line in the subsection on Modules currently reads: > > > jq...

Thanks a lot for all your comments, @itchyny!

> I think this is a very good idea, and a much more elegant solution than the current manual conversion of md -> yml -> html with the Python code....

May I ask what is the status of this PR? @itchyny, are you happy with my answers to your change requests?

Is the bumping of the minimal OCaml version really required here? Perhaps this is now not necessary anymore after our monad omission ...? :)

I guess you could then very easily replace `Seq.uncons` by something equivalent in Pratter. It's currently used only here: ~~~ ocaml let tok : ('tok, 'tok option) parser = fun...