diff options
| author | kj_sh604 | 2026-03-14 00:25:41 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-14 00:25:41 -0400 |
| commit | c3d3021b07d34e2866de375fc41bd30b03662276 (patch) | |
| tree | b67d0afe7d2234813c93ea077e968f1dab628237 /README.md | |
| parent | b3339fc22da71858018b3e835d8d75f9d8d15bc9 (diff) | |
refactor: add rewrite justification
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ a simple web app that converts markdown to pdf. <img width="1280" height="800" alt="likha-pdf screenshot" src="https://github.com/user-attachments/assets/578b8410-53ad-4323-a45a-19ae3aabe61d" /> +> this project originally started as a way for me to learn NimLang, but I found it useful enough that I decided to rewrite it in Python for easier personal maintenance 😅 + +> the original Nim source files are still available in the `__legacy_src` directory + ## features - markdown to pdf export |
