Ian Max Andolina

Results 253 comments of Ian Max Andolina

@bpj -- did you ever rewrite your filters into Lua? Adding more than one note stream would of course still be a very welcome change to the AST, whatever format...

Oh I just saw this is at least on the Roadmap: https://github.com/jgm/pandoc/wiki/Roadmap https://github.com/jgm/pandoc-types/pull/34 https://github.com/jgm/pandoc/pull/4042 👍🏾

I tried to use `Pry.start self, input: open('/dev/tty')` but this really messes pry display, but what kind of works better is: ```ruby pry_in = IO.new(IO.sysopen("/dev/tty", "r+")) Pry.config.input = pry_in binding.pry...

I installed Maven to run the example but `mvnw` fails to finish: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for stargazer 1.0-SNAPSHOT: [INFO] [INFO] stargazer .......................................... SUCCESS [ 8.037 s] [INFO]...

Thanks for your considerate feedback. I hope if Tom does get the DOCX support working in pandoc-fignos, you can use the derived method for crossref. Thank you for supporting the...

Using my standard pandoc setup and some fairly complex templates, I don't see any regressions. I haven't specifically tested this multi-file merging of metadata. How is it supposed to work,...

I suppose it should be OK but does generate a possibly unobserved interaction. Would it be possible to have the config files used when pandocomatic runs shown in verbose mode,...

I assume @fletcher is leaving it a while to make sure any residual bugs are fixed before pushing V6 to brew.

It seems this has now happened, multimarkdown formula now installs V6... Currently it does not install the LaTeX support files, and the only way to get them is to install...

@database64128 — thank you for your information. Are you only intending to build for arch, or will you build appimage's or some other generic static package that would work on...