Skip to content

Commit d52fc17

Browse files
authored
Refine workaround instructions.
1 parent d638e5f commit d52fc17

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ Preparation:
5858

5959
Instructions for reformatting:
6060
* Open document in Notepad++
61-
* Press Ctrl-A to mark the complete document
62-
* Open the Search dialog (Ctrl-F) and switch to the 'Replace' tab
63-
* In the 'Find what:' field, enter: \s(?<=.{100})
64-
* In the 'Replace with:' field, enter: \n
61+
* Press *Ctrl-A* to mark the complete text
62+
* Open the Search dialog (*Ctrl-F*) and switch to the 'Replace' tab
63+
* In the 'Search Mode' area at the bottom of the 'Replace' tab, select 'Regular Expression'
64+
* In the 'Find what:' field, enter: *\s(?<=.{100})*
65+
* In the 'Replace with:' field, enter: *\n*
6566
* Click 'Replace All' button
6667
* Save the reformatted document
6768

0 commit comments

Comments
 (0)