From 945a5b388f722b930026ccb0663e236ac51017fd Mon Sep 17 00:00:00 2001 From: tarikjaber <55803936+tarikjaber@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:51:35 -0400 Subject: [PATCH] Add TODOs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 87135e1..55931b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ![Example use of Code to PDF](images/example.png) Code to PDF is a website that allows users to paste source code and generate a PDF file with highlighted syntax. It is built using JavaScript and the highlight.js library. +## TODO +- [ ] Add lines for white theme to better see outline +- [ ] Improve button colors and sizing ## Features - Text box to paste source code