Přemysl Eric Janouch
Přemysl Eric Janouch
Cairo completely disregards gamma or any other details of colour spaces. The underlying library for software pixops, pixman, does have an 8-bit sRGB mode, though it's quite slow and not...
Likeable idea. If it is controversial, would a feature flag make sense?
I almost have an MVP. Currently blocking on #800.
Yeah, I'm in the situation where 80% of time will be spent on 20% of details. I'm trying to make it as small as possible.
If you want to help, this needs to be abstracted away, manpages have `.[1-9][a-z]` extensions defined by section 0 heading: ``` outname := strings.TrimSuffix(path, filepath.Ext(path)) + ".html" ``` The filename...
foo.adoc: ``` = foo(1) == Name foo - does things ``` ``` asciidoctor -b manpage foo.adoc ``` This produces file _foo.1_. The `Convert` function is an unusable interface (also for...
Well, it could probably still be used if the extension were placed in the Metadata struct but you'd have to buffer the output or create a temporary file up first...
I'll return to this sooner or later but right now I'm postponing it.
If anyone happens to need this feature, I've impulsively created [a simplified AsciiDoc to man page converter in AWK](https://git.janouch.name/p/liberty/src/branch/master/tools/asciiman.awk) for a basic subset of the language (I'm using it as...
In the meantime, I have written a preprocessor that hacks this support in, and also handles PEG parse failures. It is intended to be used in Gogs, Gitea and such....