Vít Starý Novotný

Results 60 issues of Vít Starý Novotný

As previously discussed with @frankmittelbach in https://github.com/Witiko/markdown/issues/93, we won't necessarily define our own [LaTeX hooks](https://mirrors.ctan.org/macros/latex/base/lthooks-code.pdf) for the Markdown package. However, we should at least ensure that standard hooks such as...

latex
technical debt
tug 2024

Closes #440.

lua
plaintex
conversion output
yaml

The processing of YAML documents can often be the primary function of the Markdown package, see my TUG 2024 preprint [*Markdown themes in practice*][1] that discusses just this aspect of...

lua
latex
syntax extension
yaml

Following a bug report https://github.com/Witiko/markdown/issues/458 for the `markdown` package, I discovered that the KPathSea library fails to locate the file `UnicodeData.txt` on current MikTeX even though the package `unicode-data` is...

This PR makes the following changes: - [x] Add regression tests for [\#502](https://github.com/Witiko/markdown/issues/502). - [ ] Fix the regression tests. - [ ] Update `CHANGES.md`. Closes #502.

bug
lua
conversion output

With the `hybrid` option disabled, a backslash (`\`) at the end of a document produces the command `\markdownRendererBackslash`, as expected: ``` $ docker run --rm -i witiko/markdown markdown-cli hybrid=false

bug
lua
conversion output

### Discussed in https://github.com/Witiko/markdown/discussions/494 Originally posted by **l0th3r** September 6, 2024 Hi, I am new to Tex and LaTex. @Witiko let me know if this should be in [issues](https://github.com/Witiko/markdown/issues) instead...

bug
lua
plaintex
defaults

This PR makes the following changes: - [x] Add a regression test for [\#495](https://github.com/Witiko/markdown/issues/495). - [x] Fix the regression test, see item 1 from [\#495 (comment)](https://github.com/Witiko/markdown/issues/495#issuecomment-2333742905). (assigned to @lostenderman) -...

lua
plaintex
defaults

This PR enables LuaMetaTeX in ConTeXt tests and examples after #551.

context
technical debt

In version 3.7.1, we added the new renderer `warning` but it hasn't seen much use yet. It seems useful to warn users about likely errors such as redefined references or...

feature request
conversion output