From 206710f45fd36b25e6694c9786d5c13409f64bd3 Mon Sep 17 00:00:00 2001 From: Tarik Jaber Date: Mon, 11 Nov 2024 20:03:53 -0500 Subject: [PATCH] Link to highlight.js library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014b167..fe94f20 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Code to PDF is a website that allows users to paste source code and generate a P ## Features - Text box to paste source code -- Syntax highlighting using the highlight.js library +- Syntax highlighting using the [highlight.js](https://highlightjs.org/) library - Ability to select different themes and programming languages ## Usage