Matthew Peveler
Matthew Peveler
I get the same error on master. Are you using the fragment provided in the first post in its own file (`test.txt`) and then how are you invoking asciidoc-py?
Ah, okay, looks like a communication error on my part, apologies! I've updated the original post to hopefully make what the error is a bit more clear and a picture...
Ah, well, that would explain why the code for this is quite a chore to read through, that's quite the hierarchy. So I guess if I'm reading this properly, if...
This is a good point. My view right now would be that any contributor should aim their changes only at `main` (be it bugfix or feature) and then I'll handle...
The basics of the flag have been added to the codebase, with enabling it as an attribute flag slated for 10.3 after an initial announcement as part of 10.2.
Updated the build_manifest.sh script to include the missing files in b40326325e5985c8b60366237eabe850b32d2176. It's not something I've ever used, and so kind of forgot to keep it up-to-date, sorry! > The manifest...
Have you set `$(DESTDIR)` to anything, or is it using the default of `/`?
The expectation here is just that `./configure` would be available, or also the generated default `Makefile`? I assume the former, but given my inexperience on this subject, better to confirm...
I've very not comfortable with autoconf as well as distributing source tarballs, and I'm happy for someone else to take a stab at improving it. My only knowledge of what...
The age of mathjax script is also touched up on in https://github.com/asciidoc-py/asciidoc-py/issues/59. It looks like since that issue was created, a new major release (`3.x`) was made for mathjax. Ideally...