Mauro Bieg

Results 139 comments of Mauro Bieg

Same here. On node 16.13.1, heap size goes up to 500MB while on node 16.10, it stays at 50MB with the following repro: ``` mkdir test cd test npm install...

@pustovalov thanks for taking a look! Just to make sure, you've seen my [minimal repro above](https://github.com/facebook/jest/issues/11956#issuecomment-984439195)?

This might have to wait until we have native figure elements in pandoc's AST: https://github.com/jgm/pandoc/issues/3177 btw. if you're going from LaTeX to PDF, no need to use pandoc, just use...

Yes, I think #6946 was the last change to how we output images in ICML... and I remember it involved a lot of trial and error :P Back when I...

> Unfortunately InDesign doesn't seem to let users set the width by percentage of text box so I tried to assume a reasonable default of 12p0x24p0 that's unfortunate indeed... maybe...

This was added in https://github.com/jgm/pandoc/commit/ab75e1d3bdf830875b02602055cbff29ba63e1fb with the comment: > This ensures that the footnotes will not appear before the overlays in which their corresponding note markers appear. > > Closes...

> I think this means we could remove the special CSS for e.g. span.underline You mean the [`span.underline` selector](https://github.com/jgm/pandoc/blob/master/data/templates/styles.html#L166) ? yes, if we now always output `` instead of ``...

Wouldn't it be possible to specify a `markdown_kramdown`-variant? A variant is simply a set of pandoc markdown extensions that are turned on or off, see http://pandoc.org/README.html#markdown-variants

You're saying the string "Optional title" is somehow inserted in the output document even though it wasn't in the input? Can you try with the latest pandoc version?

does it also happen without `reference-doc=custom-reference.docx` ?