From 6a003d5df4f83acc7a3b997af41c732c072721ed Mon Sep 17 00:00:00 2001 From: deeaitch Date: Sat, 28 Feb 2026 22:15:42 -0500 Subject: [PATCH] fixed output format description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7515b..561656d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The tool parses Kindle highlights and groups them by book title, producing a LaT * `\section{}` — per book * `\subsection{}` — per highlight (metadata line) * Highlight text — inserted as plain LaTeX content -* `\subsubsection{notes};` — placeholder for future comments +* ` \subsubsection{notes}` — placeholder for future comments ---