formatitko/src/formatitko
2024-03-18 20:55:34 +01:00
..
katex-server@211cb2010e Bump katex-server: Nobody needs a better nullish coalescing operator than OR 2024-02-27 10:11:39 +01:00
__init__.py První pokus o #1, zabalíčkování. 2023-07-18 14:51:53 +02:00
__main__.py Added __main__ file, so the package can be run as python3 -m formatitko. #1 2023-07-21 14:31:32 +02:00
command.py Ještě více magie, která se snaží zachraňovat blokové výstupy z příkazů, které byly zavolány jako Span. 2024-02-20 20:09:58 +01:00
command_env.py TP is now passed to commands. Output from the TP is not transformed automatically and has to be done manually from the commands. 2024-02-18 00:27:13 +01:00
command_util.py TP is now passed to commands. Output from the TP is not transformed automatically and has to be done manually from the commands. 2024-02-18 00:27:13 +01:00
context.py Fixed typo in context.unset_data 2024-03-18 20:55:34 +01:00
elements.py Added FileLink element for publishing and linking local files. 2024-03-07 17:58:18 +01:00
formatitko.py Added dependency printing 2024-02-22 14:02:32 +01:00
html_generator.py Quick fix srcsetů, hodně malé obrázky nenafoukneme víc, než je potřeba. 2024-03-07 19:47:31 +01:00
images.py Added FileLink element for publishing and linking local files. 2024-03-07 17:58:18 +01:00
katex.py KaTeX server is now in separate repo. 2024-02-20 18:23:51 +01:00
latex_generator.py Partial rewrite of error handling 2024-02-15 18:09:54 +01:00
mj_show.py Vyřešeno pár errorů od pyrightu, odstraněny hvězdičkové importy (#16), zbyly jen v html.py a tex.py, které se stejně budou celé předělávat. 2023-07-18 19:33:23 +02:00
nop_processor.py Added FileLink element for publishing and linking local files. 2024-03-07 17:58:18 +01:00
output_generator.py Added FileLink element for publishing and linking local files. 2024-03-07 17:58:18 +01:00
pandoc_processor.py PandocProcessor nyní předělává i NBSP. 2023-09-20 22:09:09 +02:00
tex_generator.py Added dependency printing 2024-02-22 14:02:32 +01:00
transform_processor.py Fix broken transformation of divs and spans. 2024-02-27 10:02:19 +01:00
util.py Creating of dirs in namespaces only when they're accessed (this is needed because until then, we don't know what $dir is. Also telling pandoc to strip comments. 2024-02-22 11:50:50 +01:00
whitespace.py Stop adding NBSPs around TeX math. Patches welcome to make this smarter. 2024-02-27 10:14:19 +01:00