From 58a1b7e72134f8ccf27c8cdd26a38f6d67a7ee66 Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 09:28:19 -0500 Subject: [PATCH] fix markdown embedded html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a2547..ed5cd3c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ New: * Ability to sort columns ascending or descending * Option for Flat (MSIE-Style) toolbar * Ability to use ENTER keys in "Notes" section - * NOTE: because ContactBook uses a text data file, ENTER keys are translated to "

" (ala HTML) on the fly for most internal functions. If you export from CB32 and Import into another application, you will need to run a search and replace to convert them to CR+LF. + * NOTE: because ContactBook uses a text data file, ENTER keys are translated to "<p>" (ala HTML) on the fly for most internal functions. If you export from CB32 and Import into another application, you will need to run a search and replace to convert them to CR+LF. * Visual indicator (triangle) of Sort Order in list header * Ability to Start Minimized in the System Tray * Ability to Copy and Edit a selected address for mass entries