summaryrefslogtreecommitdiff
path: root/src/renderer.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate renderer tests to RendererA Farzat2026-06-051-95/+29
* Test binary file rendering in RendererA Farzat2026-06-051-4/+28
* Test single file rendering in RendererA Farzat2026-06-051-2/+26
* Start migrating to Renderer structA Farzat2026-06-051-1/+26
* Remove quotations around filenamesA Farzat2026-06-051-8/+17
* Make headers more descriptive for LLMsA Farzat2026-06-051-13/+6
* Escape non-standard paths in the markdown fileA Farzat2026-06-041-21/+47
* Start adding CLI testsA Farzat2026-06-041-0/+14
* Identify and reject binary filesA Farzat2026-06-041-11/+34
* Safely escape files with backticksA Farzat2026-06-041-1/+60
* Add a renderer module to render markdown contentA Farzat2026-06-041-0/+38