Albert Krewinkel

Results 40 issues of Albert Krewinkel

The identifier of a table is lost when converting to LaTeX, making it impossible to reference and crosslink to the table from within the document. ``` pandoc -f html -t...

enhancement
format:LaTeX
writer

A new module Text.Pandoc.Format is added and exposed to library users. Types supported as input and/or output format can be described via value of the *KnownFormat* type. The submodule `Text.Pandoc.Format.KnownFormat`...

Word has different numbering styles that can be used to number sections. It would be great if the docx reader could detect this and add the relevant information, e.g. the...

enhancement
format:Docx
reader

The HTML reader seems to only inspect the first row of the table body when calculating the default alignment of a column. Example: ``` pandoc -f html -t native center...

bug
format:HTML
reader

Paragraphs are enclosed by `\startparagraph` and `\stopparagraph` commands. This ensures better tagging results in PDF output.

writer
format:ConTeXt

Support for - Cyrillic, - CJK, - Arabic, - Farsi, - Hebrew, - ? I see three good ways to support these: 1. Separate images for each of these; 2....

enhancement
image:latex
docs

There is currently no test verifying that lualatex works.

image:latex
testing

Testing the docker containers is difficult. As proposed by @svenevs, we should have at least some smoke-tests to check correctness of our builds. Tasks that seem important enough to test:...

Bind to `LUA_VERSION` and `LUA_RELEASE` in `lua.h`. The bindings should probably live in Lua.Constants.

enhancement
good first issue