pandoc / dockerfiles

Dockerfiles for various pandoc images
GNU General Public License v2.0
371 stars 100 forks source link

latex docs and tag cleanup / organization #171

Closed svenevs closed 6 months ago

svenevs commented 2 years ago

There's a couple of docs cleanups that I would like to achieve over at https://hub.docker.com/r/pandoc/latex

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 of apk output at the top).

tarleb commented 2 years 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.

svenevs commented 2 years ago

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?

tarleb commented 2 years ago

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.

tarleb commented 6 months ago

Closing, as the issue has become stale, and the most pressing issues have been addressed.