R. N. West (Nat)
R. N. West (Nat)
Looks like you have opted to undo and then redo (after merging `jgm:main`) the commit that would be causing a merge conflict, instead of rebasing the whole branch on top...
The [documentation](https://pandoc.org/custom-writers.html#reducing-boilerplate-with-pandoc.scaffolding.writer) states: > The render functions must return a string, a pandoc.layout Doc element, or a list of such elements. Furthermore, if I remove that line from the script,...
I haven't tried using older versions of pandoc yet -- I just discovered this while playing around with custom writers, but I don't actually have a use case for a...
It may be worth noting that the [`images.Overlay`](https://gohugo.io/functions/images/overlay/) function does not require conversion to WEBP and works fine when overlaying two transparent PNGs.
Many thanks for putting together the minimal example, that's awesome! I spent the last 3 hours trying to work out what's going on. While I still have no idea why...
Still reproducible on v0.149.0.
@vittorioromeo -- there are a few things to unpack here. In the Markdown snippet ```md ### Test header with some [`code`]{custom-style="CustomHeadingCode"} ``` you are creating a Span whose only content...
@cmason3 -- In pandoc's AST, CodeBlocks only contain attributes and the actual code text (see [here](https://hackage.haskell.org/package/pandoc-types-1.23.1/docs/Text-Pandoc-Definition.html#t:Block)). The CodeBlock AST element does not permit arbitrary inline content, only plain text, which...
@cmason3 -- you could try using a [filter](https://pandoc.org/lua-filters.html). Please post any further questions in the discussion forum.
Thanks for this PR. If all it does is to preserve white space within `foreignObject` elements, then it does **not** address #1728. #1728 is about invalid self-closing tags, not preserving...