diff --git a/README.md b/README.md index a077e7b..27a539b 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,11 @@ composition and element sizes on fixed size pages without manual intervention is a hard problem where LaTeX is superior. ## Example outputs -- HTML: [test_html_render1.html](https://html-preview.github.io/?url=https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.html) -- PDF: [test_latex_render1.pdf](https://raw.githubusercontent.com/Nonannet/pyladoc/refs/heads/main/tests/out/test_latex_render1.pdf) + +![example output](docs/output_example.png) + +- HTML: [test_html_render1.html](https://html-preview.github.io/?url=https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.html) ([code](https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.html)) +- PDF: [test_latex_render1.pdf](https://raw.githubusercontent.com/Nonannet/pyladoc/refs/heads/main/tests/out/test_latex_render1.pdf) ([code](https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.tex)) The documents are generated by the script [tests/test_rendering_example1_doc.py](tests/test_rendering_example1_doc.py). diff --git a/docs/output_example.png b/docs/output_example.png new file mode 100644 index 0000000..2d13124 Binary files /dev/null and b/docs/output_example.png differ