Closed svenevs closed 6 months ago
Oh interesting, looks like Markdown rendering on Docker Hub has changed: I can no longer get raw HTML to work, it always becomes normal text now. On the bright side, pipe tables are actually supported now.
I can no longer get raw HTML to work, it always becomes normal text now.
I think they fixed it for us, the <table>
and the <a name="supported stacks"></a>
are working (assuming you didn't change them yourself). I tried using a pipe table but it didn't work, maybe I did it wrong?
I started going through the version list, but am a little confused. What is the relationship between the tags 2.17 (working), 2.17.0 (broken), and 2.17.0.0? Are they all supposed to be the same image?
I tried to document this in section "Supported Tags", but that might not be clear enough and need a little update: the tag 2.17.0 is no longer supported; 2.17 points to pandoc version 2.17.1.1.
Closing, as the issue has become stale, and the most pressing issues have been addressed.
There's a couple of docs cleanups that I would like to achieve over at https://hub.docker.com/r/pandoc/latex
Supported stacks <a name="supported-stacks"></a>
I think this should be anid
.<table>
is supported so we may just want to fallback on a bulleted list.-old
tags that I created many moons ago during the initial latex archive infrastructure woes.2.10.1
as example. Could be scripting error.I ran a quickly written script latex-check.sh.txt overnight to scrape all of the versions, pasting the output here for my own future bookkeeping. I aim to whittle through this slowly.
results.md from script.
Using the output below, populate a verification of / additions to
versions.md
table checklist here:Checking docs locally:
docker run --rm -it --volume "$(pwd):/data" --entrypoint= pandoc/core:latest /bin/sh -c 'apk add make && make docs-latex' | xclip -i -selection clipboard
(note that you need to delete a bit ofapk
output at the top).